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.
This commit is contained in:
parent
c4328c9c08
commit
27260c2ef2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue