all repos — archive/dotfiles @ 91dfffa76ff0d7c03a2c65c72e955b7409578697

Superseded by nixfiles

Emacs: use unicode ido-vertical-decorations
Alan Pearce alan@alanpearce.co.uk
Wed, 25 Jun 2014 21:28:10 +0100
commit

91dfffa76ff0d7c03a2c65c72e955b7409578697

parent

da007352106856ff40e74fdd8338ad962d033aaa

1 files 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