From 3559998106d1fddaf20022509a003f3721026253 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 11 May 2017 11:58:28 +0200 Subject: Emacs: Improve org-mode navigation --- emacs/.emacs.d/init.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') 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") -- cgit 1.4.1