diff --git a/config.el b/config.el index 360aac7..f169c1c 100644 --- a/config.el +++ b/config.el @@ -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")