Remove settings for projectile lighter.

See https://github.com/seagle0128/doom-modeline/issues/59#issuecomment-444423882.
This commit is contained in:
Vincent Zhang 2018-12-05 22:56:06 +08:00
parent 19019a781d
commit 84b2ab0abc

View file

@ -396,9 +396,6 @@ If DEFAULT is non-nil, set the default mode-line for all buffers."
(expand-file-name (car (project-roots project)))))) (expand-file-name (car (project-roots project))))))
default-directory))))) default-directory)))))
;; Disable projectile mode-line segment
(setq projectile-dynamic-mode-line nil)
;; ;;
;; Plugins ;; Plugins