From aebc8fd11cf05c1035c5bb4e6960a36a7c356342 Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 3 Jun 2015 14:25:55 +0200 Subject: ido: find file at point with C-x C-f --- lisp/init-ido.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/init-ido.el b/lisp/init-ido.el index 53e05d7..48d0251 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -20,3 +20,6 @@ (require 'ido-ubiquitous) (ido-ubiquitous-mode 1) (fset 'yes-or-no-p 'y-or-n-p) + +;; open file at point with C-x C-f +(setq ido-use-filename-at-point 'guess) -- cgit v1.2.3