mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Disable projectile mode-line segment
If either module module is active, this is just extra overhead.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
;;; ui/doom-modeline/config.el -*- lexical-binding: t; -*-
|
;;; ui/doom-modeline/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;; We handle this ourselves
|
||||||
|
(setq projectile-dynamic-mode-line nil)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Modeline library
|
;; Modeline library
|
||||||
|
|
||||||
|
@ -55,6 +55,8 @@ Currently available functions:
|
|||||||
|
|
||||||
;; Otherwise appended segments will produce *Invalid*
|
;; Otherwise appended segments will produce *Invalid*
|
||||||
(setq global-mode-string '(""))
|
(setq global-mode-string '(""))
|
||||||
|
;; We handle this ourselves
|
||||||
|
(setq projectile-dynamic-mode-line nil)
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(defvar +modeline--vspc (propertize " " 'face 'variable-pitch))
|
(defvar +modeline--vspc (propertize " " 'face 'variable-pitch))
|
||||||
|
Reference in New Issue
Block a user