Skip to content

Commit

Permalink
Workaround for projectile fucking slow emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Superbil committed Oct 16, 2017
1 parent 4645b48 commit 0576a02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init-projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
:init
(setq projectile-verbose nil
projectile-completion-system 'ivy)
(setq projectile-mode-line
'(:eval (format " Projectile[%s]"
(projectile-project-name))))
:preface
(defun projectile-switch-open-vc (&optional arg)
"Switch to a project we have currently opened.
Expand Down Expand Up @@ -33,6 +36,7 @@

(add-hook 'after-init-hook
(lambda ()
(projectile-mode)
(projectile-cleanup-known-projects))))


Expand Down

0 comments on commit 0576a02

Please sign in to comment.