Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump ido-ubiquitous to 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Oct 12, 2011
1 parent 33ded01 commit f12cd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions starter-kit-misc.el
Expand Up @@ -79,6 +79,7 @@

;; ido-mode is like magic pixie dust!
(ido-mode t)
(ido-ubiquitous t)
(setq ido-enable-prefix nil
ido-enable-flex-matching t
ido-auto-merge-work-directories-length nil
Expand All @@ -88,18 +89,6 @@
ido-handle-duplicate-virtual-buffers 2
ido-max-prospects 10)

;; Keep spreading that magic ido pixie dust!
(eval-after-load 'ido-ubiquitous
'(cond
;; New version
((fboundp 'ido-ubiquitous)
(ido-ubiquitous 1))
;; Old version
((boundp 'ido-ubiquitous-enabled)
;; Probably not required, since the old version of ido-ubiquitous
;; is enabled by default.
(setq ido-ubiquitous-enabled t)))

(set-default 'indent-tabs-mode nil)
(set-default 'indicate-empty-lines t)
(set-default 'imenu-auto-rescan t)
Expand Down
2 changes: 1 addition & 1 deletion starter-kit-pkg.el
@@ -1,4 +1,4 @@
(define-package "starter-kit" "2.0.2"
"Saner defaults and goodies."
'((paredit "22") (idle-highlight-mode "1.1.1") (find-file-in-project "3.0")
(smex "1.1.1") (ido-ubiquitous "0.1") (magit "0.8.1")))
(smex "1.1.1") (ido-ubiquitous "0.4") (magit "0.8.1")))

0 comments on commit f12cd31

Please sign in to comment.