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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 5afa974..97ed61e 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -43,7 +43,7 @@
;; capture template including title, date and time
(setq org-capture-templates '(("i" "Inbox" entry (file "")
- "* TODO %?\n %U"
+ "* TODO %?\n%U"
:empty-lines-after 1)))
;; automatically mark archived entry as done