From f784434f39378ca29a272bf6435db566ded69f68 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 22 May 2021 16:43:23 -0500 Subject: Add keybind for `flyspell-start' I'm kind of rethinking my whole 'leader' key stuff. Like, maybe C-z should be the leader for "application"-type things, but C-c chould be the leader for other stuff (since that's the predefined leader for user configuration stuff). --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 6cc46ec..a8b0213 100644 --- a/init.el +++ b/init.el @@ -350,6 +350,8 @@ (flyspell-prog-mode)) ((not dont-warn-when-unknown-mode) ; god this is ugly (message "Non-text or -prog mode. Run `flyspell-mode'.")))) + + (:global "C-c s" flyspell-start) (when (acdw/system :home) (flyspell-start t)) -- cgit 1.4.1-21-gabe81