summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-04-26 12:47:23 +0100
committerAlan Pearce2014-04-26 12:51:03 +0100
commitd7a6317804a6445846ea15d886161b593d7da94a (patch)
tree6aaee737955e012ff9322ee1161fc526ca3c72be /tag-emacs
parent384cc3e80cd25156335cb4fa6f51507688a0b27b (diff)
downloaddotfiles-d7a6317804a6445846ea15d886161b593d7da94a.tar.lz
dotfiles-d7a6317804a6445846ea15d886161b593d7da94a.tar.zst
dotfiles-d7a6317804a6445846ea15d886161b593d7da94a.zip
Emacs: use unicode tick for flycheck-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index ad86cb2..c693a47 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -655,6 +655,7 @@
             (global-semantic-decoration-mode t)))
 
 (req-package flycheck
+  :diminish (global-flycheck-mode . " ✓")
   :init (global-flycheck-mode))
 
 ;;;; Projects