chiark / gitweb /
dot/emacs: Defeat silly completion cycling in `pcomplete' and Eshell.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 23:48:25 +0000 (00:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 23:48:25 +0000 (00:48 +0100)
dot/emacs

index 297978684a2fba61c2adee1ccef8ae3eedfb8b49..5498d5c217fb47c022ac063a66bb62e2e4e96fa2 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       ido-confirm-unique-completion t
       ido-use-filename-at-point nil
       ido-auto-merge-work-directories-length -1)
+(setq pcomplete-cycle-completions nil  ;Who thought that was a good idea?
+      eshell-cmpl-cycle-completions 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