Emacs: Stop using ido-ubiquitous
It was starting to get in the way too much, try icomplete-mode instead.
This commit is contained in:
parent
eda4b0c1ef
commit
0cceaba810
1 changed files with 1 additions and 2 deletions
|
@ -247,7 +247,6 @@
|
|||
(setq ido-default-buffer-method 'selected-window)
|
||||
(setq ido-max-window-height 1)
|
||||
(setq ido-save-directory-list-file nil)
|
||||
(setq ido-ubiquitous-command-exceptions '(oni:view-mail tmm-menubar))
|
||||
(setq inferior-lisp-program "sbcl")
|
||||
(setq inhibit-default-init t)
|
||||
(setq inhibit-local-menu-bar-menus t)
|
||||
|
@ -425,9 +424,9 @@
|
|||
(electric-indent-mode)
|
||||
(electric-pair-mode)
|
||||
(ido-mode)
|
||||
(ido-ubiquitous-mode)
|
||||
(savehist-mode)
|
||||
(show-paren-mode)
|
||||
(icomplete-mode)
|
||||
|
||||
(smex-initialize)
|
||||
(help-at-pt-set-timer)
|
||||
|
|
Loading…
Add table
Reference in a new issue