From d50ffec3a318d345dfbaa124a3079551db5a591d Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 15 Sep 2023 19:26:43 -0700 Subject: [PATCH] Forgot to remove some unnecessary org templates --- .emacs.d/config.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index a95a18c..382b755 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -643,14 +643,6 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m ("p" "Project" plain (file "~/Notes/Templates/Project.org") :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") - :unnarrowed t) - ("a" "Article" plain - (file "~/Notes/Templates/Article.org") - :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") - :unnarrowed t) - ("m" "Malware Sample" plain - (file "~/Notes/Templates/Malware.org") - :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") :unnarrowed t))) (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag))) (org-roam-db-autosync-mode))