From 91dfffa76ff0d7c03a2c65c72e955b7409578697 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 25 Jun 2014 21:28:10 +0100 Subject: Emacs: use unicode ido-vertical-decorations --- tag-emacs/emacs.d/init.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- cgit 1.4.1