Skip to content

Commit

Permalink
Use ido-at-point
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Aug 18, 2013
1 parent 07c6fe1 commit 408536d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -10,4 +10,5 @@ emms
site-lisp/adventur-mode
*.elc
.DS_Store
.yas-compiled-snippets.el
.yas-compiled-snippets.el
.cask
1 change: 1 addition & 0 deletions init.el
Expand Up @@ -65,6 +65,7 @@
flx-ido
smartparens
ido-vertical-mode
ido-at-point
simple-httpd
guide-key
nodejs-repl
Expand Down
4 changes: 4 additions & 0 deletions setup-ido.el
Expand Up @@ -55,6 +55,10 @@
(add-to-list 'ido-ignore-directories "target")
(add-to-list 'ido-ignore-directories "node_modules")

;; Ido at point (C-,)
(require 'ido-at-point)
(ido-at-point-mode)

;; Use ido everywhere
(require 'ido-ubiquitous)
(ido-ubiquitous-mode 1)
Expand Down

0 comments on commit 408536d

Please sign in to comment.