mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Disable projectile mode-line segment.
Merge 7acece3e0b (diff-7c3c39ae74345187bff045ab23ca05bd)
This commit is contained in:
parent
3d8e81b7e1
commit
d3248df48e
1 changed files with 2 additions and 0 deletions
|
@ -309,6 +309,8 @@ active.")
|
|||
(let (projectile-require-project-root)
|
||||
(projectile-project-root)))
|
||||
|
||||
;; Disable projectile mode-line segment
|
||||
(setq projectile-dynamic-mode-line nil)
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
|
|
Loading…
Reference in a new issue