Emacs: use unicode ido-vertical-decorations
Alan Pearce alan@alanpearce.co.uk
Wed, 25 Jun 2014 21:28:10 +0100
1 files changed, 15 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-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