Doom: Update org todo clearer

Add ":localleader  C" keybind
Also delete timestamps
This commit is contained in:
2020-05-21 23:24:30 -07:00
parent 62ab79fd6d
commit e15ed10c16

View File

@@ -85,8 +85,10 @@
(org-map-entries (org-map-entries
(lambda () (lambda ()
(org-todo ""))) (org-todo "")))
(flush-lines "CLOSED:")
(message "Entries cleared.")) (message "Entries cleared."))
(map! :mode org-mode :localleader "C" :desc "Clear all todos" #'ttm-org-clear-all)
(setq-default eshell-cmpl-ignore-case t) (setq-default eshell-cmpl-ignore-case t)