summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs.el b/emacs.el
index 3a023fe..0b4097d 100644
--- a/emacs.el
+++ b/emacs.el
@@ -50,8 +50,6 @@
;; org
(use-package org
- :config
- (setq org-log-done t)
:bind
(:map org-mode-map
("M-j" . org-metadown)
@@ -59,6 +57,10 @@
("M-l" . org-metaright)
("M-k" . org-metaup)
)
+ :config
+ (setq org-log-done t)
+ (setq org-confirm-babel-evaluate nil)
+ (setq org-todo-keywords '((sequence "TODO" "WAIT" "DONE")))
)
;; helm