diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 20:01:14 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 20:01:14 -0500 |
commit | 432a269a9dffd0fdf9614754a60d0687376ca285 (patch) | |
tree | 58d9ec6fa2f13ffc37486c776b68ac27cb9be700 /dot_emacs.tmpl | |
parent | reencrypt (diff) |
fix dictem use-package
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r-- | dot_emacs.tmpl | 3 |
1 files changed, 1 insertions, 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) |