refactor(nvim): remove :journal: tag in Org Journal template

This commit is contained in:
Price Hiller 2024-04-19 04:23:10 -05:00
parent 0026a4b889
commit 151bed5a6e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -47,7 +47,7 @@ return {
},
j = {
description = "Journal",
template = "\n* %? %U :journal:",
template = "\n* %? %U",
target = "~/Notes/journal/%<%Y-%m-%d>.org",
},
},