Shorten flycheck mode line lighter
This commit is contained in:
parent
cfdefc4a8b
commit
96a6aeaf02
1 changed files with 7 additions and 0 deletions
|
@ -543,6 +543,13 @@ To start off, first I need to enable lexical binding.
|
|||
(flycheck-pos-tip-mode))
|
||||
#+END_SRC
|
||||
|
||||
Shorten the flycheck mode line lighter.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(with-eval-after-load 'flycheck
|
||||
(setq flycheck-mode-line-prefix "✓"))
|
||||
#+END_SRC
|
||||
|
||||
** Auto revert mode
|
||||
|
||||
ARev isn't very descriptive, and fairly wide. Use a font-awesome icon instead.
|
||||
|
|
Loading…
Reference in a new issue