Add workarounds for Emacs 29
This commit is contained in:
parent
aaa86d9c85
commit
05566c55ed
3
+ui.el
3
+ui.el
|
@ -14,6 +14,9 @@
|
|||
(setq doom-modeline-major-mode-icon t
|
||||
doom-modeline-persp-name t
|
||||
doom-modeline-buffer-encoding nil)
|
||||
;; HACK Emacs 29 modeline font workaround
|
||||
(set-face-attribute 'mode-line nil :family "Iosevka Medium" :size 26)
|
||||
(set-face-attribute 'mode-line-inactive nil :family "Iosevka Medium" :size 26)
|
||||
;; Hide direnv environment variables popup
|
||||
(setq direnv-always-show-summary nil)
|
||||
;; Change splash-screen banner
|
||||
|
|
Loading…
Reference in New Issue