summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2013-11-28 00:05:12 -0500
committerKyle Meyer <kyle@kyleam.com>2013-11-28 00:05:12 -0500
commitc0d944c00e01ad7fd6d166dbbd846cec092bbc79 (patch)
treee5710350db291323c93dd5b12397c47a7d102175 /init
parent3b2ec171ac1ac3f455107c723792517a69feb31d (diff)
downloademacs.d-c0d944c00e01ad7fd6d166dbbd846cec092bbc79.tar.gz
Enable global projectile mode at start up
Diffstat (limited to 'init')
-rw-r--r--init/km-projectile.el1
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)