diff options
author | Alan Pearce | 2017-05-11 11:58:28 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-11 11:58:28 +0200 |
commit | 3559998106d1fddaf20022509a003f3721026253 (patch) | |
tree | 8377cbe3274f104b047a5faec55656a61cb5a7c1 /emacs | |
parent | b53d38cfcd688467a7133d6077d62467946522ee (diff) | |
download | nixfiles-3559998106d1fddaf20022509a003f3721026253.tar.lz nixfiles-3559998106d1fddaf20022509a003f3721026253.tar.zst nixfiles-3559998106d1fddaf20022509a003f3721026253.zip |
Emacs: Improve org-mode navigation
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 96b3fe92..afa594e9 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1656,6 +1656,10 @@ Org is wünderbar. (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") |