aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index a34a917..40ad341 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -16,7 +16,9 @@
:bind
(("C-c c" . org-capture))
:config
- (setq org-goto-interface 'outline-path-completion)
+ (setq org-goto-interface 'outline-path-completion
+ org-outline-path-complete-in-steps nil
+ org-goto-max-level '2)
(setq org-special-ctrl-a/e t)
(setq safe-local-variable-values '((org-refile-targets (nil :maxlevel . 3)))))