Skip to content

Commit

Permalink
Enable ido-ubiquitous-mode by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Aug 7, 2012
1 parent 00346ec commit 8de7444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
(setq ido-show-dot-for-dired t) ; Old habits die hard! (setq ido-show-dot-for-dired t) ; Old habits die hard!
(setq ido-everywhere t) (setq ido-everywhere t)
(ido-mode 1) (ido-mode 1)
(ido-ubiquitous-mode)


;; Smex ;; Smex
(require 'smex) (require 'smex)
Expand Down

0 comments on commit 8de7444

Please sign in to comment.