diff options
| author | BardofSprites <[email protected]> | 2026-01-30 07:47:27 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-01-30 07:47:27 -0500 |
| commit | 4fb0bf4471ffdd27f09a194276186d44f34bd771 (patch) | |
| tree | 27fdb6a3bdd324fce7c87c84162700af993fd72f /config.org | |
| parent | 83413950401a1549fbfdefd19cbc4d3fb0285aae (diff) | |
adjust org-goto depth
Diffstat (limited to 'config.org')
| -rw-r--r-- | config.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1299,7 +1299,8 @@ For a long time I really struggled with Emacs tab completion. It still only kind (("C-c c" . org-capture)) :config (setq org-goto-interface 'outline-path-completion - org-outline-path-complete-in-steps nil) + 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))))) #+end_src |
