aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-20 15:10:25 -0700
committerGravatar Tom Willemse2020-04-20 15:10:25 -0700
commit27260c2ef21cc3f8c5161d9c0a7f87348c533e34 (patch)
tree15bf2c4e59e083f169f2a7aca14125fd073f0d89
parentc4328c9c082af9a9bf49d35fcec3e1f62bc46870 (diff)
downloademacs-config-27260c2ef21cc3f8c5161d9c0a7f87348c533e34.tar.gz
emacs-config-27260c2ef21cc3f8c5161d9c0a7f87348c533e34.zip
Add extra newline to the plain note capture template
I’m using the date as a kind-of header, calling ‘fill-paragraph’ doesn’t understand that the date isn’t part of the paragraph. It also looks a little cleaner in my opinion.
-rw-r--r--oni-org/oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 5cd4cd2..a65cb9e 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0420.150732
+;; Version: 2020.0420.151018
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons)
;; This program is free software; you can redistribute it and/or modify
@@ -249,7 +249,7 @@ _l_: Store link ^^ _j_: Journal entry
("c" "Add to currently clocked item")
("ca" "Note" plain
(clock)
- " %U\n %?" :empty-lines 1)
+ " %U\n\n %?" :empty-lines 1)
("ci" "Item to current clocked task" item
(clock)
" %i%?" :empty-lines 1)