summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 7551aa0..c1568f8 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -36,11 +36,9 @@
;; capture template including title, date and time
(setq org-capture-templates '(("i" "Inbox" entry (file "inbox.org")
- "* TODO %?\n%U"
- :empty-lines-after 1)
+ "* TODO %?\n%U")
("t" "Tasks" entry (file+headline "notes.org" "Tasks")
- "* TODO %?\n%U"
- :empty-lines-after 1)))
+ "* TODO %?\n%U")))
;; cycle opens archived trees
(setq org-cycle-open-archived-trees t)