summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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