Remove worskpace name from modeline
This commit is contained in:
parent
00ee2dbd6f
commit
f40f205bf5
3
+ui.el
3
+ui.el
|
@ -14,7 +14,8 @@
|
|||
;; Customize modeline
|
||||
(setq doom-modeline-major-mode-icon 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
|
||||
(setq direnv-always-show-summary nil)
|
||||
;; Change splash-screen banner
|
||||
|
|
Loading…
Reference in New Issue