From 13d014f38bead1682c29abc3308ba2363bf58b4b Mon Sep 17 00:00:00 2001 From: TEC Date: Sat, 27 Mar 2021 13:44:43 +0800 Subject: [PATCH] Modeline: Bug workaround is no longer needed --- config.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.org b/config.org index 43b9976..047535c 100644 --- a/config.org +++ b/config.org @@ -804,15 +804,12 @@ then =ESC 12 = 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