diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-29 14:23:14 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-29 14:23:14 +0200 |
commit | f9e6e489a2f0738061fd938de981bc5378928904 (patch) | |
tree | 85c4547ca411d1a1eaf61f715014459003e8b5e9 /home/dots | |
parent | ea028fa8339bbdec9256b9572d8f7346da865edf (diff) | |
download | guix-f9e6e489a2f0738061fd938de981bc5378928904.tar.gz guix-f9e6e489a2f0738061fd938de981bc5378928904.tar.bz2 guix-f9e6e489a2f0738061fd938de981bc5378928904.zip |
.
Diffstat (limited to 'home/dots')
-rw-r--r-- | home/dots/.emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 85edb41..120dcb7 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -807,7 +807,7 @@ (ido-max-prospects 12) (ido-max-window-height 1) (ido-decorations - '("" "" " " " , ..." "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]"))) + '(" " " " " " " , ..." " [" "] " " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]"))) (use-package calendar :defer t |