Compare commits

..

No commits in common. "1159a9fe646a6645079f0ef58672c27d5319dde7" and "1b3acb5c20c8440fb17882231e133cbf44b029a5" have entirely different histories.

2 changed files with 4 additions and 6 deletions

2
.gitignore vendored
View File

@ -60,4 +60,4 @@
/projects /projects
/.lsp-session-v1 /.lsp-session-v1
/.cache/ /.cache/
.*.~undo-tree~

View File

@ -695,9 +695,7 @@
undo undo
undo-tree-redo) undo-tree-redo)
:init (setq undo-tree-visualizer-timestamps t :init (setq undo-tree-visualizer-timestamps t
undo-tree-visualizer-diff t undo-tree-visualizer-diff t)
undo-tree-auto-save-history t
undo-tree-history-directory-alist `(("." . ,(expand-file-name "ebackup/" emacs-d))))
:diminish undo-tree-mode) :diminish undo-tree-mode)
(use-package wgrep (use-package wgrep
@ -1136,8 +1134,8 @@
((org-agenda-overriding-header "Open Projects"))) ((org-agenda-overriding-header "Open Projects")))
(tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\"" (tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Topics"))) ((org-agenda-overriding-header "Topics")))
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+1d>\"" (tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done, not on hold)"))))) ((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done)")))))
("W" "Weekly Review" ("W" "Weekly Review"
((agenda "" ((agenda ""