From 432a269a9dffd0fdf9614754a60d0687376ca285 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 9 Feb 2023 20:01:14 -0500 Subject: fix dictem use-package --- dot_emacs.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 1b2fcfd..df15a37 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -293,8 +293,7 @@ Extended Format date in the date field and return it as a string obeing :hook ((diary-list-entries . diary-include-other-diary-files) (diary-list-entries . diary-sort-entries))) -(use-package dictem - :ensure t) +(use-package dictem) (use-package diminish :ensure t) -- cgit v1.2.3