diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:12:01 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:12:01 -0500 |
commit | f25c92e6912e950126bd79b934716dcb92f0e0d3 (patch) | |
tree | 3eea7ee51553df8830d855ce3642f9b42f3598fb /.emacs | |
parent | rotate work screen (diff) |
fix diary ensure in emacs
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,6 +188,7 @@ Extended Format date in the date field and return it as a string obeing (custom-file null-device "Don't store customizations")) (use-package diary + :ensure diary-lib :custom (diary-display-function 'diary-fancy-display) :hook ((diary-list-entries . diary-include-other-diary-files) |