From: Don Armstrong Date: Mon, 21 Aug 2023 20:19:35 +0000 (-0700) Subject: fix delight for flyspell X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6b3d168dbfed0c4a5f33aa48a264ffbfe5b0fd51;p=lib.git fix delight for flyspell --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 300f45e..506d5ae 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -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