diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-27 02:10:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-27 02:10:04 -0400 |
commit | e22c5fcfc9ad88db99471aa1e48f2596b534856e (patch) | |
tree | 94f9f6897aaa906181522458cea2cbdb2ab89f82 | |
parent | 5eca00395e6160c2a2170147eee682e9957a54e0 (diff) | |
download | emacs.d-e22c5fcfc9ad88db99471aa1e48f2596b534856e.tar.gz |
Install ido-at-point
-rw-r--r-- | lisp/init-ido.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-ido.el b/lisp/init-ido.el index 395c104..af52ffa 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -2,6 +2,7 @@ (require-package 'flx-ido) (require-package 'ido-vertical-mode) (require-package 'ido-ubiquitous) +(require-package 'ido-at-point) (setq ido-enable-prefix nil ido-enable-flex-matching t @@ -28,6 +29,7 @@ (ido-vertical-mode 1) (flx-ido-mode 1) (ido-ubiquitous-mode 1) +(ido-at-point-mode) ;; From prelude (defun km/recentf-ido-find-file () |