aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-26 02:04:25 +0200
committerGravatar Tom Willemse2016-07-26 02:04:25 +0200
commitde83d05154fd89cd2f8e7d6b52b954fa5854c058 (patch)
tree6ce46da5b491116fc09b9143877a0187c1d32d97
parent807a630b9791046f42667d914cd6a9cb6f47a092 (diff)
downloadnew-dotfiles-de83d05154fd89cd2f8e7d6b52b954fa5854c058.tar.gz
new-dotfiles-de83d05154fd89cd2f8e7d6b52b954fa5854c058.zip
Add ido-ubiquitous
-rw-r--r--emacs/.emacs.d/init.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index f861ff9..7d3d5b9 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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: