diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/dots/.emacs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 120dcb7..f726c4d 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -809,6 +809,9 @@ (ido-decorations '(" " " " " " " , ..." " [" "] " " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]"))) + + + (use-package calendar :defer t :custom |