diff options
-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 |