diff --git a/init.el b/init.el index 782926c..f868dc6 100644 --- a/init.el +++ b/init.el @@ -550,6 +550,7 @@ (use-package org-attach) (use-package org-id) (use-package org-goto) +(use-package org-cycle) (use-package org :pin "gnu" @@ -705,6 +706,9 @@ (add-hook 'org-mode-hook 'page-break-lines-mode) (add-hook 'org-mode-hook 'turn-on-auto-fill) + ;; Hide drawers by default when cycling items + (add-hook 'org-cycle-hook #'org-cycle-hide-drawers) + ;; Statically color links sponding to whether the file exists, but ;; this turns out to be slow on Windows; we can use `org-lint' for ;; this when necessary)