diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-14 14:09:22 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-14 14:09:22 +0000 |
commit | a7f0257f23e52270da49271f2a1278efa9ec8e51 (patch) | |
tree | a5c7d6bd4c7965fdc0200dfcfc09a26aecf4c524 /custom.el | |
parent | 51944f911dfef94c0f8a26013d0018aa170f7303 (diff) |
updated mod templates stuff
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -20,7 +20,12 @@ '(package-selected-packages '(consult-notes ef-themes flycheck-clj-kondo pass vertico denote orderless consult-lsp undo-tree embark-consult embark marginalia markdown-mode eglot helm popup async notmuch ivy calfw-org calfw unicode-fonts deft cider org-roam org yasnippet-snippets which-key vterm use-package rainbow-delimiters pdf-tools paredit magit ledger-mode gruvbox-theme flycheck expand-region evil elpy elfeed-score diminish counsel cmake-mode browse-kill-ring beacon auto-package-update amx ace-window ace-jump-mode)) '(safe-local-variable-values - '((denote-known-keywords "defnucsyr" "metanote" "meeting" "cyber" "baes" "rrdl" "opberths" "swow") + '((mrl/in-mod-denote . t) + (denote-templates + (modjournal . "* MOD Journal + +")) + (denote-known-keywords "defnucsyr" "metanote" "meeting" "cyber" "baes" "rrdl" "opberths" "swow") (org-hide-leading-stars \.t) (org-hide-macro-markers \.t) (denote-infer-keywords) |