Add ido-ubiquitous
This commit is contained in:
parent
807a630b97
commit
de83d05154
1 changed files with 8 additions and 2 deletions
|
@ -191,11 +191,11 @@ This is currently the data directory under the
|
|||
|
||||
;;;; Ido:
|
||||
|
||||
;; Enable ido
|
||||
;; Enable ido.
|
||||
|
||||
(ido-mode)
|
||||
|
||||
;; Add smex, an ido-like M-x alternative
|
||||
;; Add smex, an ido-like M-x alternative.
|
||||
|
||||
(ensure-library smex)
|
||||
|
||||
|
@ -205,6 +205,12 @@ This is currently the data directory under the
|
|||
(global-set-key (kbd "M-x") 'smex)
|
||||
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
|
||||
|
||||
;; Add ido-ubiquitous, use ido (almost) everywhere.
|
||||
|
||||
(ensure-library ido-ubiquitous)
|
||||
(require 'ido-ubiquitous)
|
||||
(ido-ubiquitous-mode)
|
||||
|
||||
;;;; Minor modes:
|
||||
|
||||
;;;;; Paredit:
|
||||
|
|
Loading…
Reference in a new issue