all repos — archive/dotfiles @ 3559998106d1fddaf20022509a003f3721026253

Superseded by nixfiles

Emacs: Improve org-mode navigation
Alan Pearce alan@alanpearce.eu
Thu, 11 May 2017 11:58:28 +0200
commit

3559998106d1fddaf20022509a003f3721026253

parent

b53d38cfcd688467a7133d6077d62467946522ee

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1656,6 +1656,10 @@ org-blank-before-new-entry '((heading . t)                                                (plain-list-item . auto))
                   org-fontify-done-headline t
 
+                  org-goto-interface 'outline-path-completion
+
+                  org-outline-path-complete-in-steps nil
+
                   org-todo-keywords '((sequence "BACKLOG(b)" "TODO(t)" "WAIT(w@/!)" "STARTED(s!)" "|" "DONE(d!)")
                                       (sequence "|" "CANCELLED(c@)"))
                   org-log-into-drawer "LOGBOOK")