fix custom: Fix a bug and truncate theme list

This commit is contained in:
Vincent Ambo 2017-07-30 18:28:03 +02:00
parent 8f0949dbb2
commit 2c02c371fe
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
3 changed files with 8 additions and 6 deletions

View file

@ -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