Emacs: Stop using ido-ubiquitous

It was starting to get in the way too much, try icomplete-mode
instead.
This commit is contained in:
Tom Willemsen 2012-12-30 02:29:08 +01:00
parent eda4b0c1ef
commit 0cceaba810

View file

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