Modeline: Bug workaround is no longer needed

This commit is contained in:
TEC 2021-03-27 13:44:43 +08:00
parent 37377ffd71
commit 13d014f38b
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 4 deletions

View File

@ -804,15 +804,12 @@ then =ESC 12 <UP>= gets you exactly where you think.
#+begin_src emacs-lisp
(setq display-line-numbers-type 'relative)
#+end_src
I'd like some slightly nicer default buffer names
#+begin_src emacs-lisp
(setq doom-fallback-buffer-name "► Doom"
+doom-dashboard-name "► Doom")
#+end_src
There's a bug with the modeline in insert mode for org documents ([[https://github.com/seagle0128/doom-modeline/issues/300][issue]]), so
#+begin_src emacs-lisp
(custom-set-faces! '(doom-modeline-evil-insert-state :weight bold :foreground "#339CDB"))
#+end_src
*** Some helper macros
There are a few handy macros added by doom, namely
- ~load!~ for loading external ~.el~ files relative to this one