diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-29 14:24:45 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-29 14:24:45 +0200 |
commit | b4f8cfd25372fd842cfa23bcf276f088f94f4260 (patch) | |
tree | 0399d76d88221671e33910d83f6919754c226913 /home/dots/.emacs | |
parent | f9e6e489a2f0738061fd938de981bc5378928904 (diff) | |
download | guix-b4f8cfd25372fd842cfa23bcf276f088f94f4260.tar.gz guix-b4f8cfd25372fd842cfa23bcf276f088f94f4260.tar.bz2 guix-b4f8cfd25372fd842cfa23bcf276f088f94f4260.zip |
.
Diffstat (limited to 'home/dots/.emacs')
-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 |