Remove duplicated modeline variable

This commit is contained in:
coolneng 2022-11-24 13:23:23 +01:00
parent 9b8ca71e69
commit f897a11a5d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

3
+ui.el
View File

@ -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