mirror of
https://codeberg.org/hyperreal/doom-emacs-config
synced 2024-11-01 08:43:07 +01:00
Update
This commit is contained in:
parent
f555801946
commit
faf50effff
23
config.el
23
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")
|
||||
|
Loading…
Reference in New Issue
Block a user