diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-11-20 18:33:46 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-11-20 18:33:46 -0500 |
commit | bb6b90594bed24b943cc16f497da3eb72d71c454 (patch) | |
tree | aec4958d6052ad7b6822a69898a287fbcd8b7495 /init | |
parent | 95917bf349ce02d7675658a8fd7a10dd3b2369e2 (diff) | |
download | emacs.d-bb6b90594bed24b943cc16f497da3eb72d71c454.tar.gz |
Install projectile
Diffstat (limited to 'init')
-rw-r--r-- | init/10-km-pkg.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/10-km-pkg.el b/init/10-km-pkg.el index 735e4da..21c9756 100644 --- a/init/10-km-pkg.el +++ b/init/10-km-pkg.el @@ -25,6 +25,7 @@ markdown-mode multiple-cursors paredit + projectile smex wrap-region yasnippet) |