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.
|
ARev isn't very descriptive, and fairly wide. Use a font-awesome icon instead.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(with-eval-after-load 'autorevert
|
||||||
(diminish 'auto-revert-mode
|
(diminish 'auto-revert-mode
|
||||||
(propertize (concat " " (char-to-string #xf021))
|
(propertize (concat " " (char-to-string #xf021))
|
||||||
'face '(:family "Font Awesome" :height 0.75)))
|
'face '(:family "Font Awesome" :height 0.75))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Auto fill mode
|
** Auto fill mode
|
||||||
|
|
Loading…
Reference in a new issue