diff options
author | Alan Pearce | 2017-07-04 10:04:17 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-04 10:04:17 +0200 |
commit | 67259c20e4abc05c4df23afeab021358f0ef1566 (patch) | |
tree | d48ddcf0305a6b60e50bff11442739644f89eabd /emacs/.emacs.d/init.org | |
parent | 46d1b3c01050695d04055490242427e845da4354 (diff) | |
download | nixfiles-67259c20e4abc05c4df23afeab021358f0ef1566.tar.lz nixfiles-67259c20e4abc05c4df23afeab021358f0ef1566.tar.zst nixfiles-67259c20e4abc05c4df23afeab021358f0ef1566.zip |
Emacs: Diminish flyspell mode
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index a3bd64fa..db0469f0 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -2395,6 +2395,7 @@ Sometimes I might want to show off my emacs usage. #+BEGIN_SRC emacs-lisp (use-package flyspell + :diminish "﹏" :config (progn (defun flyspell-detect-ispell-args (&optional run-together) "If RUN-TOGETHER is true, spell check the CamelCase words. |