Skip to content

Commit

Permalink
Fix projectile setting
Browse files Browse the repository at this point in the history
重くなったので設定を追加
cf: bbatsov/projectile#1183
  • Loading branch information
wat-aro committed Feb 11, 2020
1 parent 67ae251 commit 0766f6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .emacs.d/inits/51-projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
:config
(use-package helm-projectile)
(custom-set-variables
'(projectile-completion-system 'helm))
'(projectile-completion-system 'helm)
'(projectile-mode-line
'(:eval (format " Projectile[%s]"
(projectile-project-name)))))
(projectile-global-mode t)
(helm-projectile-on))

Expand Down

0 comments on commit 0766f6a

Please sign in to comment.