summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 07679e7..67528fd 100644 --- a/init.el +++ b/init.el
@@ -948,9 +948,11 @@ See also `crux-reopen-as-root-mode'."
948 (:+key "M-q" #'filldent-dwim)) 948 (:+key "M-q" #'filldent-dwim))
949 949
950(setup (:straight flyspell-correct) 950(setup (:straight flyspell-correct)
951 (:+also-load +flyspell-correct )
951 (:option flyspell-correct--cr-key ";") 952 (:option flyspell-correct--cr-key ";")
952 (:bind-into flyspell 953 (:bind-into flyspell
953 "C-;" #'flyspell-correct-wrapper)) 954 "C-;" #'flyspell-correct-wrapper
955 "<f7>" #'+flyspell-correct-buffer))
954 956
955(setup (:straight-when (forge 957(setup (:straight-when (forge
956 :host github :repo "magit/forge") 958 :host github :repo "magit/forge")