diff options
Diffstat (limited to 'modules/org-roam-config.el')
| -rw-r--r-- | modules/org-roam-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-roam-config.el b/modules/org-roam-config.el index ede2025f..e7d7b980 100644 --- a/modules/org-roam-config.el +++ b/modules/org-roam-config.el @@ -30,7 +30,7 @@ ("r" "recipe" plain (function (lambda () (concat roam-dir "templates/recipe.org"))) :if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+TITLE: ${title} - #+CATEGORY: ${title}\n#+FILETAGS: Recipe") + #+CATEGORY: ${title}\n#+FILETAGS: Recipe\n#+STARTUP: showall") :unnarrowed t) ("p" "project" plain (function (lambda () (concat roam-dir "templates/project.org"))) |
