whoops
This commit is contained in:
parent
faeea539ce
commit
f771311961
1 changed files with 4 additions and 4 deletions
|
@ -287,7 +287,7 @@
|
||||||
(global-wakatime-mode))
|
(global-wakatime-mode))
|
||||||
|
|
||||||
;; --- formatting ---
|
;; --- formatting ---
|
||||||
(use-package aphelelia
|
(use-package apheleia
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook (prog-mode . aphelia-mode))
|
:hook (prog-mode . aphelia-mode))
|
||||||
|
|
||||||
|
@ -317,9 +317,9 @@
|
||||||
;; replace ... with >
|
;; replace ... with >
|
||||||
(setq org-ellipsis " >")
|
(setq org-ellipsis " >")
|
||||||
(setq org-startup-with-inline-images t)
|
(setq org-startup-with-inline-images t)
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)")
|
'((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)")
|
||||||
(sequence "BACKLOG(b)" "PLAN(p)" "READY(r)" "ACTIVE(a)" "REVIEW(v)" "WAIT(w@/!)" "HOLD(h)" "|" "COMPLETED(c)" "CANCELED(k@)")))
|
(sequence "BACKLOG(b)" "PLAN(p)" "READY(r)" "ACTIVE(a)" "REVIEW(v)" "WAIT(w@/!)" "HOLD(h)" "|" "COMPLETED(c)" "CANCELED(k@)")))
|
||||||
|
|
||||||
;; --- Org Agenda ---
|
;; --- Org Agenda ---
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
|
|
Loading…
Reference in a new issue