Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #148 from weiqiyiji/ido-ubiquitous
Use ido-ubiquitous in completion bundle, improving ido completion for all commands.
  • Loading branch information
jone committed Sep 25, 2012
2 parents aa64939 + cf99966 commit 65630f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -116,3 +116,6 @@
[submodule "vendor/emacs-jabber"]
path = vendor/emacs-jabber
url = https://github.com/Abrahanfer/emacs-jabber.git
[submodule "vendor/ido-ubiquitous"]
path = vendor/ido-ubiquitous
url = git://github.com/DarwinAwardWinner/ido-ubiquitous.git
4 changes: 4 additions & 0 deletions bundles/completion/bundle.el
Expand Up @@ -61,3 +61,7 @@ function in the chosen completion framework."

;;;; Global IDO Completion
(ido-everywhere t)

(cabbage-vendor 'ido-ubiquitous)
(add-to-list 'ido-ubiquitous-command-exceptions 'ucs-insert)
(ido-ubiquitous t)
1 change: 1 addition & 0 deletions vendor/ido-ubiquitous
Submodule ido-ubiquitous added at 0af45e

0 comments on commit 65630f1

Please sign in to comment.