diff options
author | Alan Pearce | 2014-06-25 21:28:10 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-25 21:28:10 +0100 |
commit | 91dfffa76ff0d7c03a2c65c72e955b7409578697 (patch) | |
tree | 6d3b0f03e2629cfb8c2cfb255c41e4e7324e74a9 /tag-emacs | |
parent | da007352106856ff40e74fdd8338ad962d033aaa (diff) | |
download | dotfiles-91dfffa76ff0d7c03a2c65c72e955b7409578697.tar.lz dotfiles-91dfffa76ff0d7c03a2c65c72e955b7409578697.tar.zst dotfiles-91dfffa76ff0d7c03a2c65c72e955b7409578697.zip |
Emacs: use unicode ido-vertical-decorations
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 15 |
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 |