From 412cb9f53b7ed283df11944dcb8ecad193b609da Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 6 Jul 2023 19:53:48 +0100 Subject: update two variable names --- .emacs.d/init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 249f48a8..5799283c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -359,13 +359,18 @@ windows side-by-side in the frame." '(org-archive-subtree-save-file-p t) '(org-blank-before-new-entry '((heading . t) (plain-list-item . auto))) '(org-bookmark-names-plist nil nil nil "Turn off to avoid git merge conflicts.") - '(org-catch-invisible-edits 'show) '(org-cycle-separator-lines 0) '(org-deadline-warning-days 60) '(org-default-notes-file "~/doc/howm/refile.org") '(org-directory "~/doc/howm/") '(org-enforce-todo-checkbox-dependencies t) '(org-enforce-todo-dependencies t) + '(org-fold-catch-invisible-edits 'show) + '(org-fold-show-context-detail + '((agenda . local) + (bookmark-jump . lineage) + (isearch . lineage) + (default . ancestors-full))) '(org-footnote-section "Notes") '(org-imenu-depth 4) '(org-list-allow-alphabetical nil nil nil "So I can start lines with \"P. 211 - \" to refer to p. 211 not start a list.") @@ -385,11 +390,6 @@ windows side-by-side in the frame." '(org-refile-allow-creating-parent-nodes 'confirm) '(org-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5))) '(org-refile-use-outline-path 'file) - '(org-show-context-detail - '((agenda . local) - (bookmark-jump . lineage) - (isearch . lineage) - (default . ancestors-full))) '(org-special-ctrl-a/e t) '(org-special-ctrl-k t) '(org-startup-folded nil) -- cgit v1.2.3