summaryrefslogtreecommitdiff
path: root/modules/flycheck-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/flycheck-config.el')
-rw-r--r--modules/flycheck-config.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/flycheck-config.el b/modules/flycheck-config.el
index 8c3e2a7b..e6dfb25e 100644
--- a/modules/flycheck-config.el
+++ b/modules/flycheck-config.el
@@ -56,6 +56,11 @@
(checkdoc-arguments
'(("sentence-end-double-space" nil)
("warn-escape" nil)))
+ ;; Modeline customization (rendered via mode-line-format in modeline-config.el).
+ ;; The count portion picks up `error' / `warning' faces because
+ ;; `flycheck-mode-line-color' stays t (the default).
+ (flycheck-mode-line-prefix "🐛")
+ (flycheck-mode-success-indicator " ✓")
:config
;; use the load-path of the currently running Emacs instance