all repos — nixfiles @ 91dfffa76ff0d7c03a2c65c72e955b7409578697

System and user configuration, managed by nix and home-manager

Emacs: use unicode ido-vertical-decorations

Alan Pearce
commit

91dfffa76ff0d7c03a2c65c72e955b7409578697

parent

da007352106856ff40e74fdd8338ad962d033aaa

1 file changed, 15 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -461,6 +461,21 @@ (bind-key "s-x s-b" #'ap/ido-projectile-switch-buffer-dwim)
(req-package ido-vertical-mode :require ido + :init (progn + (setq ido-vertical-decorations '("\n❯ " + "" + "\n " + "\n …" + "[" + "]" + " [No match]" + " [Matched]" + " [Not readable]" + " [Too big]" + " [Confirm]" + "\n❯ " + "" + ))) :config (ido-vertical-mode 1)) (req-package flx-ido