diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-11-10 11:40:45 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-11-10 11:46:00 -0500 |
commit | d04b152ae9164805265ff92eceea23f2d5f530d6 (patch) | |
tree | 99a0650f61649b7bddce8f19f15ddaefe5cc06fa | |
parent | 24533117733ae63d5b8bc34ead240b04a63d9b54 (diff) | |
download | emacs.d-d04b152ae9164805265ff92eceea23f2d5f530d6.tar.gz |
Add git-annex to package list
git-annex-el is now in ELPA (previously I was loading ~/.emacs.d/vendor)
-rw-r--r-- | init/10-km-pkg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/10-km-pkg.el b/init/10-km-pkg.el index cb7b754..4e858d9 100644 --- a/init/10-km-pkg.el +++ b/init/10-km-pkg.el @@ -11,6 +11,7 @@ auctex ess expand-region + git-annex git-commit-mode haskell-mode htmlize @@ -41,4 +42,3 @@ (package-install pkg)))) (add-to-list 'load-path "~/.emacs.d/vendor/") -(require 'git-annex) |