added newsboat, changed some emacs/sway stuff

This commit is contained in:
2022-12-02 11:08:04 -08:00
parent 2b119e1664
commit fc009c85f1
5 changed files with 52 additions and 2 deletions

View File

@@ -85,6 +85,9 @@
'((sequence "NEXT(n)" "TODO(t)" "|" "DONE(d!)")
(sequence "ACTIVE(a)" "PROJ(p)" "WAIT(w@/!)" "HOLD(h)" "BACKLOG(b)" "DOC(u)" "|" "COMPLETED(c)" "CANC(k@)")))
(setq org-todo-keyword-faces
'(("NEXT" . "red") ("TODO" . "orange") ("WAIT" . "yellow") ("DONE" . "green")))
(setq org-refile-targets
'(("archive.org" :maxlevel . 1)
("planner.org" :maxlevel . 1)))