diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index c4f71b0..be470ab 100644 --- a/init.el +++ b/init.el | |||
@@ -1042,6 +1042,7 @@ See also `crux-reopen-as-root-mode'." | |||
1042 | (:+key "M-q" #'filldent-dwim)) | 1042 | (:+key "M-q" #'filldent-dwim)) |
1043 | 1043 | ||
1044 | (setup (:straight flyspell-correct) | 1044 | (setup (:straight flyspell-correct) |
1045 | (:load-after flyspell) | ||
1045 | (:also-load +flyspell-correct) | 1046 | (:also-load +flyspell-correct) |
1046 | (:option flyspell-correct--cr-key ";") | 1047 | (:option flyspell-correct--cr-key ";") |
1047 | (:bind-into flyspell | 1048 | (:bind-into flyspell |
@@ -1223,7 +1224,8 @@ See also `crux-reopen-as-root-mode'." | |||
1223 | (:hook-into org-mode)) | 1224 | (:hook-into org-mode)) |
1224 | 1225 | ||
1225 | (setup (:straight org-sticky-header) | 1226 | (setup (:straight org-sticky-header) |
1226 | (:hook-into org-mode)) | 1227 | ;; (:hook-into org-mode) |
1228 | ) | ||
1227 | 1229 | ||
1228 | (setup (:straight org-visibility) | 1230 | (setup (:straight org-visibility) |
1229 | (:option org-visibility-state-file (.etc "org-visibility") | 1231 | (:option org-visibility-state-file (.etc "org-visibility") |