diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index b3408e5..0efba1c 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -491,9 +491,10 @@ To start off, first I need to enable lexical binding. ARev isn't very descriptive, and fairly wide. Use a font-awesome icon instead. #+BEGIN_SRC emacs-lisp - (diminish 'auto-revert-mode - (propertize (concat " " (char-to-string #xf021)) - 'face '(:family "Font Awesome" :height 0.75))) + (with-eval-after-load 'autorevert + (diminish 'auto-revert-mode + (propertize (concat " " (char-to-string #xf021)) + 'face '(:family "Font Awesome" :height 0.75)))) #+END_SRC ** Auto fill mode