summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-21 09:28:33 -0600
committerCase Duckworth2022-01-21 09:28:33 -0600
commitef5719915d06ed55a1b372098ce2c8df0c3dab09 (patch)
tree7fcc74252d29c9f3820cb4192526fd4a28ee9f65 /init.el
parentHm. (diff)
downloademacs-ef5719915d06ed55a1b372098ce2c8df0c3dab09.tar.gz
emacs-ef5719915d06ed55a1b372098ce2c8df0c3dab09.zip
Add logging to CANCELED state
Maybe?  This isn't working right for /some reason/
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index f28da00..e05148f 100644 --- a/init.el +++ b/init.el
@@ -488,7 +488,7 @@
488 org-tags-column (- (- fill-column (length org-ellipsis))) 488 org-tags-column (- (- fill-column (length org-ellipsis)))
489 org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" 489 org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)"
490 "|" "DONE(d!)") 490 "|" "DONE(d!)")
491 (sequence "|" "CANCELED(k!)") 491 (sequence "|" "CANCELED(k@)")
492 (sequence "MEETING(m)"))) 492 (sequence "MEETING(m)")))
493 (:bind "RET" #'+org-return-dwim 493 (:bind "RET" #'+org-return-dwim
494 "<S-return>" #'+org-table-copy-down 494 "<S-return>" #'+org-table-copy-down