diff options
author | Case Duckworth | 2022-01-10 23:52:43 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-10 23:52:43 -0600 |
commit | 0e43d013ea22fe622d13370a50a44d548c94ccd0 (patch) | |
tree | 89484805e54b536f762076d4bb048e4227029e96 /init.el | |
parent | Add music to browse-url-with-mpv (diff) | |
download | emacs-0e43d013ea22fe622d13370a50a44d548c94ccd0.tar.gz emacs-0e43d013ea22fe622d13370a50a44d548c94ccd0.zip |
Bleh
Diffstat (limited to 'init.el')
-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") |