summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-06 19:53:48 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-06 19:53:48 +0100
commit412cb9f53b7ed283df11944dcb8ecad193b609da (patch)
tree96e83bb21751ede271efada5f9acb7cb909cb165
parentf853266dd5243f440b3d998e10a17be1267f8668 (diff)
downloaddotfiles-412cb9f53b7ed283df11944dcb8ecad193b609da.tar.gz
update two variable names
-rw-r--r--.emacs.d/init.el12
1 files 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)