diff options
author | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-02-26 17:01:07 -0500 |
---|---|---|
committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-02-26 17:01:07 -0500 |
commit | 0acfbfdbb332e8591ac0e6ebacb2f416abcccca7 (patch) | |
tree | 898e3272c310585d4009dc3cc5224b249f5924f6 /lisp/org-custom.el | |
parent | 61bac4cd2999d6af6378e613c07c336ca357a3ab (diff) |
Minor bugfixes + better highlighting
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r-- | lisp/org-custom.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index fabe6b9..3de6684 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -86,7 +86,6 @@ "* %?" :target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d> 📰 \n#+filetags: :dailies: \n\n[[file:%(format-time-string \"%Y-%m-%d\" (time-subtract (current-time) (days-to-time 1))).org][← Previous Day]]\n\n* Tasks 🎯\n\n* Notes 📁\n\n")))) - (setq org-roam-capture-templates '(("d" "default" plain "%?" |