From a0ba3ac25ed25f4ef3bac1c668fabae6174d2520 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Apr 2014 11:30:05 -0400 Subject: Turn ido-vertical-mode back on When I set up ace-link (809107e), I disabled ido-vertical-mode because I was noticing that if it was activated, some of the links at the bottom were being cut off. I can't reproduce this now (despite there not being any changes in ido-vertical-mode, ace-jump, or ace-link to fix it). I'm turning it back on and will see if the issue pops up again. --- lisp/init-ido.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-ido.el') diff --git a/lisp/init-ido.el b/lisp/init-ido.el index 8587162..d0da97b 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -1,5 +1,6 @@ (require-package 'flx) (require-package 'flx-ido) +(require-package 'ido-vertical-mode) (require-package 'ido-ubiquitous) (require-package 'ido-at-point) @@ -25,6 +26,7 @@ (setq ido-use-faces nil) (ido-mode 1) +(ido-vertical-mode 1) (ido-everywhere 1) (flx-ido-mode 1) (ido-ubiquitous-mode 1) -- cgit v1.2.3