summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 6cc46ec..a8b0213 100644 --- a/init.el +++ b/init.el
@@ -350,6 +350,8 @@
350 (flyspell-prog-mode)) 350 (flyspell-prog-mode))
351 ((not dont-warn-when-unknown-mode) ; god this is ugly 351 ((not dont-warn-when-unknown-mode) ; god this is ugly
352 (message "Non-text or -prog mode. Run `flyspell-mode'.")))) 352 (message "Non-text or -prog mode. Run `flyspell-mode'."))))
353
354 (:global "C-c s" flyspell-start)
353 355
354 (when (acdw/system :home) 356 (when (acdw/system :home)
355 (flyspell-start t)) 357 (flyspell-start t))