Skip to content

Commit

Permalink
+projectile workaround (bbatsov/projectile#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeJara committed Oct 22, 2017
1 parent 4771ed2 commit 95d1932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@
:ensure t
:init
(setq projectile-switch-project-action #'projectile-dired)
(setq projectile-mode-line
'(:eval (format " Projectile[%s]"
(projectile-project-name)))
:config
(projectile-global-mode t))

Expand Down

0 comments on commit 95d1932

Please sign in to comment.