about summary refs log tree commit diff
path: root/init/settings.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-07-30T16·28+0200
committerVincent Ambo <tazjin@gmail.com>2017-07-30T16·28+0200
commit2c02c371fe488f584c96fbf8720a8943746b837f (patch)
tree04640818bcb9ee8e86366555729bb1ce678ce35d /init/settings.el
parent8f0949dbb26c89d3209f2735996a9be7accc8e86 (diff)
fix custom: Fix a bug and truncate theme list
Diffstat (limited to 'init/settings.el')
-rw-r--r--init/settings.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init/settings.el b/init/settings.el
index 4aa5da15dc10..bc78d62be2d7 100644
--- a/init/settings.el
+++ b/init/settings.el
@@ -84,7 +84,11 @@
 
 ;; ido-mode is like magic pixie dust!
 (ido-mode t)
-(ido-ubiquitous t)
+
+;; ido-completing-read+ enables ido everywhere, not just for buffers and files.
+(require 'ido-completing-read+)
+(ido-ubiquitous-mode 1)
+
 (setq ido-enable-prefix nil
       ido-enable-flex-matching t
       ido-auto-merge-work-directories-length nil