Remove duplicated modeline variable
This commit is contained in:
parent
9b8ca71e69
commit
f897a11a5d
3
+ui.el
3
+ui.el
|
@ -13,8 +13,7 @@
|
||||||
;; Customize modeline
|
;; Customize modeline
|
||||||
(setq doom-modeline-major-mode-icon t
|
(setq doom-modeline-major-mode-icon t
|
||||||
doom-modeline-persp-name t
|
doom-modeline-persp-name t
|
||||||
doom-modeline-buffer-encoding nil
|
doom-modeline-buffer-encoding nil)
|
||||||
doom-modeline-persp-name nil)
|
|
||||||
;; Hide direnv environment variables popup
|
;; Hide direnv environment variables popup
|
||||||
(setq direnv-always-show-summary nil)
|
(setq direnv-always-show-summary nil)
|
||||||
;; Change splash-screen banner
|
;; Change splash-screen banner
|
||||||
|
|
Loading…
Reference in New Issue