This commit is contained in:
Jeffrey Serio 2023-09-03 04:05:53 -05:00
parent f555801946
commit faf50effff

View File

@ -229,14 +229,17 @@ If point was already at that position, move point to beginning of line."
(setq org-support-shift-select t)
;; org-mode tags
(setq org-tag-alist (quote (("@errand" . ?e)
("@homemaking" . ?m)
("@homelab" . ?l)
("@config" . ?c)
("@selfcare" . ?s)
(setq org-tag-alist (quote (("@archiving" .?a)
("@calendar" .?d)
("@computing" . ?c)
("@errand" . ?e)
("@fedora" . ?f)
("@techne" . ?t)
("@refile" . ?r))))
("@homelab" . ?l)
("@homemaking" . ?m)
("@journal" . ?j)
("@log" . ?w)
("@reading" . ?r)
("@selfcare" . ?s))))
;; org-mode keybindings
(with-eval-after-load 'org
@ -260,11 +263,6 @@ If point was already at that position, move point to beginning of line."
(setq org-refile-targets
`((("~/sync/org/inbox.org"
"~/sync/org/calendar.org"
"~/sync/org/computing.org"
"~/sync/org/general.org"
"~/sync/org/orders.org"
"~/sync/org/reading.org"
"~/sync/org/grocery.org")
. (:maxlevel .5))))
@ -299,6 +297,7 @@ If point was already at that position, move point to beginning of line."
("REJECTED" . (:foreground "#d20f39" :weight bold)))))
(setq org-log-done 'time)
(setq org-popup-calendar-for-date-prompt nil)
;; org-roam
(setq org-roam-directory "~/sync/org-roam")