Skip to content

Commit

Permalink
add workaround for bug in projectile that slows down emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrkp committed Oct 26, 2017
1 parent cba5291 commit 1ce5e51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions init.d/i-projects.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
(require 'req-package)

(req-package projectile
:config
(projectile-global-mode))
:config
(setq projectile-mode-line
'(:eval (format " Projectile[%s]"
(projectile-project-name))))
(projectile-global-mode))

(provide 'i-projects)
;;; i-projects.el ends here

0 comments on commit 1ce5e51

Please sign in to comment.