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
|
||||
(setq doom-modeline-major-mode-icon t
|
||||
doom-modeline-persp-name t
|
||||
doom-modeline-buffer-encoding nil
|
||||
doom-modeline-persp-name nil)
|
||||
doom-modeline-buffer-encoding nil)
|
||||
;; Hide direnv environment variables popup
|
||||
(setq direnv-always-show-summary nil)
|
||||
;; Change splash-screen banner
|
||||
|
|
Loading…
Reference in New Issue