X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/39a71c60f7223b34e63951f00fa9849a671ee105..c2c256b7c6b49be7c2084ba6028539f3f8640684:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 2979786..e269086 100644 --- 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) +(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 @@ -339,6 +341,7 @@ (setq scroll-step 5) ;Don't scroll too much at a time (setq blink-cursor-blinks 0) ;Keep blinking the cursor (setq-default fill-column mdw-text-width) ;I use rather narrow windows +(setq reb-re-syntax 'string) ;Enough backslashes even with this (setq-default comment-column 40) ;Set a standard comment column (setq-default truncate-partial-width-windows nil truncate-lines t)