diff options
author | Case Duckworth | 2022-01-02 10:00:47 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-02 10:00:47 -0600 |
commit | 299e3f6338feb2002b1f6d78311e319bf9b033b3 (patch) | |
tree | e16a56b09ac9128c849dd4a6a9ce47311973c18b /init.el | |
parent | Ignore hidden files (diff) | |
download | emacs-299e3f6338feb2002b1f6d78311e319bf9b033b3.tar.gz emacs-299e3f6338feb2002b1f6d78311e319bf9b033b3.zip |
Change org-visibility path
Diffstat (limited to 'init.el')
-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 |