Revert to default org keywords and become Web dev
This commit is contained in:
6
+org.el
6
+org.el
@@ -1,11 +1,7 @@
|
||||
;;; ~/.doom.d/+org.el -*- lexical-binding: t; -*-
|
||||
;; Org mode configuration
|
||||
;;
|
||||
;; Change TODO keywords
|
||||
(setq org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "|" "DONE" "CANCELLED")))
|
||||
;; Rice elements
|
||||
(setq org-todo-keyword-faces '(("INACTIVE" . "grey") ("NEXT" . "turquoise") ("WAITING" . warning))
|
||||
org-ellipsis " ▼ "
|
||||
(setq org-ellipsis " ▼ "
|
||||
org-bullets-bullet-list '("◉" "⁖" "○" "‣"))
|
||||
;; Cycle through header visibility
|
||||
(after! evil-org
|
||||
|
||||
Reference in New Issue
Block a user