diff --git a/emacs.d/org-roam-templates/main.el b/emacs.d/org-roam-templates/main.el index 96b66f5..e04a5be 100644 --- a/emacs.d/org-roam-templates/main.el +++ b/emacs.d/org-roam-templates/main.el @@ -181,7 +181,7 @@ Search for only document level nodes. Exclude dates." :unnarrowed t) - ("m" "Emacs related notes" + ("e" "Emacs related notes" plain "%?" :if-new (file+head "emacs/${slug}.org" "#+title: ${title}\n#+date: %<%Y-%m-%d %a %R>\n#+filetags: emacs\n#+startup: content\n")