diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index de32105..93a546d 100644 --- a/init.el +++ b/init.el | |||
@@ -933,7 +933,8 @@ See also `crux-reopen-as-root-mode'." | |||
933 | (:hook-into org-mode)) | 933 | (:hook-into org-mode)) |
934 | 934 | ||
935 | (setup (:straight org-visibility) | 935 | (setup (:straight org-visibility) |
936 | (:option org-visibility-include-regexps '("\\.org\\'")) | 936 | (:option org-visibility-state-file (.etc "org-visibility") |
937 | org-visibility-include-regexps '("\\.org\\'")) | ||
937 | (org-visibility-enable-hooks)) | 938 | (org-visibility-enable-hooks)) |
938 | 939 | ||
939 | (setup (:straight package-lint | 940 | (setup (:straight package-lint |