emacs: Turn off `ido-use-filename-at-point'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jul 2017 14:21:30 +0000 (15:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jul 2017 14:21:30 +0000 (15:21 +0100)
It's too stupid to be useful rather than an annoyance.

dot/emacs

index 2ab6381..9ef8719 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       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