Fix diminishing auto-revert-mode
This commit is contained in:
parent
7653d5f381
commit
ddac0d5a84
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue