stuff
This commit is contained in:
@@ -21,3 +21,6 @@ PATH=$PATH:~/.config/emacs/bin/
|
|||||||
# Flatpak path
|
# Flatpak path
|
||||||
PATH=$PATH:/var/lib/flatpak/exports/bin
|
PATH=$PATH:/var/lib/flatpak/exports/bin
|
||||||
PATH=$PATH:/var/lib/flatpak/app
|
PATH=$PATH:/var/lib/flatpak/app
|
||||||
|
|
||||||
|
# Guile Load Path
|
||||||
|
export GUILE_LOAD_PATH="/usr/local/share/guile/site/3.0"
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "NEXT(n)" "TODO(t)" "|" "DONE(d!)")
|
'((sequence "NEXT(n)" "TODO(t)" "|" "DONE(d!)")
|
||||||
(sequence "ACTIVE(a)" "PROJ(p)" "READY(r)" "WAIT(w@/!)" "HOLD(h)" "BACKLOG(b)" "DOC(u)" "|" "COMPLETED(c)" "CANC(k@)")))
|
(sequence "ACTIVE(a)" "PROJ(p)" "READY(r)" "WAIT(w@/!)" "HOLD(h)" "BACKLOG(b)" "WORKOUT(wo)" "|" "CANC(k@)")))
|
||||||
|
|
||||||
(setq org-todo-keyword-faces
|
(setq org-todo-keyword-faces
|
||||||
'(("NEXT" . "red") ("TODO" . "orange") ("WAIT" . "yellow") ("DONE" . "green")))
|
'(("NEXT" . "red") ("TODO" . "orange") ("WAIT" . "yellow") ("DONE" . "green")))
|
||||||
@@ -116,10 +116,12 @@
|
|||||||
;; Create capture templates
|
;; Create capture templates
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
`(("t" "Tasks")
|
`(("t" "Tasks")
|
||||||
("tw" "Work Task" entry (file+olp "~/documents/org/agenda/todo.org" "Work")
|
("tw" "Work Task" entry (file+headline "~/documents/org/agenda/todo.org" "Work")
|
||||||
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
|
"* TODO %?\n %U\n %i" :empty-lines 1)
|
||||||
("tp" "Personal Task" entry (file+olp "~/documents/org/agenda/todo.org" "Personal")
|
("tp" "Personal Task" entry (file+headline "~/documents/org/agenda/todo.org" "Personal")
|
||||||
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)))
|
"* TODO %?\n %U\n %i" :empty-lines 1)
|
||||||
|
("tb" "Backlog Task" entry (file+headline "~/documents/org/agenda/todo.org" "Backlog")
|
||||||
|
"* BACKLOG %?\n %U\n %i" :empty-lines 1)))
|
||||||
|
|
||||||
;; Tell Org to stop indenting inside of org source blocks.
|
;; Tell Org to stop indenting inside of org source blocks.
|
||||||
(setq org-edit-src-content-indentation 0)
|
(setq org-edit-src-content-indentation 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user