aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-11-03 15:31:53 +0100
committerAdrian Kummerlaender2020-11-03 15:31:53 +0100
commitda162ba855e62206e02587842b9248c92c767252 (patch)
tree2f8c88091bd13a5fdb108e3c7cfe643e17b8e18d /gui/conf/init.el
parentc1f5b2a38369f008114834e22a056e45c552a723 (diff)
downloadnixos_home-da162ba855e62206e02587842b9248c92c767252.tar
nixos_home-da162ba855e62206e02587842b9248c92c767252.tar.gz
nixos_home-da162ba855e62206e02587842b9248c92c767252.tar.bz2
nixos_home-da162ba855e62206e02587842b9248c92c767252.tar.lz
nixos_home-da162ba855e62206e02587842b9248c92c767252.tar.xz
nixos_home-da162ba855e62206e02587842b9248c92c767252.tar.zst
nixos_home-da162ba855e62206e02587842b9248c92c767252.zip
Add todo keyword for talks and meetings
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index bbbea52..bf5c309 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -180,6 +180,7 @@
(setq org-todo-keywords
'((sequence "TODO(t)" "|" "DONE(d)")
(sequence "EXAM(e)" "|" "DONE(d)")
+ (sequence "TALK(k)" "|" "DONE(d)")
(sequence "IDEA(i)" "TODO(t)" "|" "DONE(d)")))
(setq org-capture-templates