fix custom: Fix a bug and truncate theme list
This commit is contained in:
parent
8f0949dbb2
commit
2c02c371fe
3 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue