diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-11-28 00:05:12 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-11-28 00:05:12 -0500 |
commit | c0d944c00e01ad7fd6d166dbbd846cec092bbc79 (patch) | |
tree | e5710350db291323c93dd5b12397c47a7d102175 /init | |
parent | 3b2ec171ac1ac3f455107c723792517a69feb31d (diff) | |
download | emacs.d-c0d944c00e01ad7fd6d166dbbd846cec092bbc79.tar.gz |
Enable global projectile mode at start up
Diffstat (limited to 'init')
-rw-r--r-- | init/km-projectile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/km-projectile.el b/init/km-projectile.el new file mode 100644 index 0000000..58d2d77 --- /dev/null +++ b/init/km-projectile.el @@ -0,0 +1 @@ +(projectile-global-mode) |