Add ido-ubiquitous

This commit is contained in:
Tom Willemse 2016-07-26 02:04:25 +02:00
parent 807a630b97
commit de83d05154

View file

@ -191,11 +191,11 @@ This is currently the data directory under the
;;;; Ido: ;;;; Ido:
;; Enable ido ;; Enable ido.
(ido-mode) (ido-mode)
;; Add smex, an ido-like M-x alternative ;; Add smex, an ido-like M-x alternative.
(ensure-library smex) (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)
(global-set-key (kbd "M-X") 'smex-major-mode-commands) (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: ;;;; Minor modes:
;;;;; Paredit: ;;;;; Paredit: