Fix diminishing auto-revert-mode

This commit is contained in:
Tom Willemse 2016-09-19 12:58:38 +02:00
parent 7653d5f381
commit ddac0d5a84

View file

@ -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