projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba45b93
)
emacs: enable flyspell-mode in text-mode
author
Amin Bandali
<bandali@gnu.org>
Thu, 21 Nov 2019 04:43:58 +0000
(23:43 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 21 Nov 2019 04:43:58 +0000
(23:43 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
fa18238
..
82a4002
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1328,7
+1328,8
@@
This function is intended for use with `ivy-ignore-buffers'."
(use-feature text-mode
:bind (:map text-mode-map ("C-*" . b/insert-asterism))
- :hook (text-mode . indicate-buffer-boundaries-left))
+ :hook ((text-mode . indicate-buffer-boundaries-left)
+ (text-mode . flyspell-mode)))
(use-feature conf-mode
:mode "\\.*rc$")