From be4099056994c7ca38cb23ac34b6fc4b33b0e3fd Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 17 Mar 2019 00:30:48 -0400 Subject: [PATCH] not sure why I thought the previous symbols ever made sense... --- conf.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.org b/conf.org index 66b8325..38d29a3 100644 --- a/conf.org +++ b/conf.org @@ -531,7 +531,7 @@ This will spell-check comments in programming languages. Since flyspell mode is enabled in so many buffers, use a short modeline alias. #+BEGIN_SRC emacs-lisp -(delight 'flyspell-mode "λ" "flyspell") +(delight 'flyspell-mode "σ" "flyspell") #+END_SRC Additionally, I want to automatically highlight errors whenever =flyspell-mode= is enabled. @@ -552,7 +552,7 @@ Flycheck will highlight and explain syntax errors in code and formatting. flycheck-idle-change-delay 2 flycheck-error-list-minimum-level 'warning flycheck-navigation-minimum-level 'warning) - (delight 'flycheck-mode "γ" "flycheck")) + (delight 'flycheck-mode "ϕ" "flycheck")) #+END_SRC *** packaging #+BEGIN_SRC emacs-lisp