chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
39a71c6
)
dot/emacs: Defeat silly completion cycling in `pcomplete' and Eshell.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 2 Aug 2017 23:48:25 +0000
(
00:48
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 2 Aug 2017 23:48:25 +0000
(
00:48
+0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 297978684a2fba61c2adee1ccef8ae3eedfb8b49..5498d5c217fb47c022ac063a66bb62e2e4e96fa2 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-330,6
+330,8
@@
ido-confirm-unique-completion t
ido-use-filename-at-point nil
ido-auto-merge-work-directories-length -1)
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
(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