From 64fee01b93a204a3dfbf02d763a12c82d32f8ee0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 17 Jul 2017 15:21:30 +0100 Subject: [PATCH] emacs: Turn off `ido-use-filename-at-point'. It's too stupid to be useful rather than an annoyance. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 2ab6381..9ef8719 100644 --- a/dot/emacs +++ b/dot/emacs @@ -318,7 +318,7 @@ ido-default-buffer-method 'selected-window) (setq ido-enable-flex-matching t ido-confirm-unique-completion t - ido-use-filename-at-point t) + ido-use-filename-at-point nil) (setq dired-deletion-confirmer ;Make deletion easier in dired (symbol-function 'y-or-n-p) dired-listing-switches "-alF" ;Do `ls -F' things in dired windows -- 2.11.0