]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/don-configuration.org
fix delight for flyspell
[lib.git] / emacs_el / configuration / don-configuration.org
index 300f45e1a827c56ad2f054e3269051f8995763d8..506d5ae3fd5f32c98d67ca335fef6e2623146334 100644 (file)
@@ -201,8 +201,9 @@ To look up options for symbols for delight, check out https://en.wikipedia.org/w
 ** Flyspell 🐝 
 #+BEGIN_SRC emacs-lisp
 (use-package flyspell
-  :delight flyspell-mode 🐝
+  :delight flyspell-mode 🐝
   :config
+  (setq flyspell-mode-line-string " 🐝")
   (add-hook 'text-mode-hook 'turn-on-flyspell)
   (add-hook 'c-mode-common-hook 'flyspell-prog-mode)
   (add-hook 'cperl-mode-hook 'flyspell-prog-mode)
@@ -210,7 +211,6 @@ To look up options for symbols for delight, check out https://en.wikipedia.org/w
   :init
   (setq ispell-program-name "ispell")
   )
-
 #+END_SRC
 
 ** Flycheck