summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-18 19:05:13 +0200
committerAlan Pearce2017-09-18 19:05:13 +0200
commit08b29615b1932f42fbd05cafc2717eb779769a61 (patch)
tree2e2cb86faea31d5acb38e32745aee8d169080de0 /emacs
parent202e6e82054d71cc21ac5f2880e4acf898ccebcb (diff)
downloaddotfiles-08b29615b1932f42fbd05cafc2717eb779769a61.tar.lz
dotfiles-08b29615b1932f42fbd05cafc2717eb779769a61.tar.zst
dotfiles-08b29615b1932f42fbd05cafc2717eb779769a61.zip
Emacs: Optimise projectile usage
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 7b73496..b749a10 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -542,6 +542,7 @@
   :config (progn
             (projectile-global-mode +1)
             (add-to-list 'projectile-globally-ignored-directories ".stversions")
+            (setq projectile-mode-line "P")
 
             (defun yarn-install (&optional arg)
               (interactive "P")