summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-06-25 21:28:10 +0100
committerAlan Pearce2014-06-25 21:28:10 +0100
commit91dfffa76ff0d7c03a2c65c72e955b7409578697 (patch)
tree6d3b0f03e2629cfb8c2cfb255c41e4e7324e74a9
parentda007352106856ff40e74fdd8338ad962d033aaa (diff)
downloaddotfiles-91dfffa76ff0d7c03a2c65c72e955b7409578697.tar.lz
dotfiles-91dfffa76ff0d7c03a2c65c72e955b7409578697.tar.zst
dotfiles-91dfffa76ff0d7c03a2c65c72e955b7409578697.zip
Emacs: use unicode ido-vertical-decorations
-rw-r--r--tag-emacs/emacs.d/init.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 88a56aa..ca684a5 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -461,6 +461,21 @@
 
 (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