This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
upgrade projectile
pull/1/head
Brett Langdon
12 years ago
parent
5212698251
commit
8ff76bb005
7 changed files
with
665 additions
and
208 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+24
-10
emacs.d/elpa/projectile-0.10.0/projectile-autoloads.el
+1
-0
emacs.d/elpa/projectile-0.10.0/projectile-pkg.el
BIN
emacs.d/elpa/projectile-0.10.0/projectile-pkg.elc
+640
-197
emacs.d/elpa/projectile-0.10.0/projectile.el
BIN
emacs.d/elpa/projectile-0.10.0/projectile.elc
+0
-1
emacs.d/elpa/projectile-0.9.2/projectile-pkg.el
BIN
emacs.d/elpa/projectile-0.9.2/projectile.elc
emacs.d/elpa/projectile-0.9.2/projectile-autoloads.el → emacs.d/elpa/projectile-0.10.0/projectile-autoloads.el
View File
+ 1
- 0
emacs.d/elpa/projectile-0.10.0/projectile-pkg.el
View File
@ -0,0 +1 @@
(
define-package
"
projectile
"
"
0.10.0
"
"
Manage and navigate projects in Emacs easily
"
'
(
(
s
"
1.6.0
"
)
(
dash
"
1.5.0
"
)
(
pkg-info
"
0.4
"
)
)
)
BIN
emacs.d/elpa/projectile-0.9.2/projectile-pkg.elc → emacs.d/elpa/projectile-0.10.0/projectile-pkg.elc
View File
emacs.d/elpa/projectile-0.10.0/projectile.el
File diff suppressed because it is too large
View File
BIN
emacs.d/elpa/projectile-0.10.0/projectile.elc
View File
+ 0
- 1
emacs.d/elpa/projectile-0.9.2/projectile-pkg.el
View File
@ -1 +0,0 @@
(
define-package
"
projectile
"
"
0.9.2
"
"
Manage and navigate projects in Emacs easily
"
(
quote
(
(
s
"
1.0.0
"
)
(
dash
"
1.0.0
"
)
)
)
)
BIN
emacs.d/elpa/projectile-0.9.2/projectile.elc
View File
Write
Preview
Loading…
Cancel
Save