X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/62811c5f5ba0263a5f06134b8cc8e8c95138f7e3..e48c2e5bf23439a671ced9423003faa49c1510ca:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 2170f2f..cf5097c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -337,6 +337,7 @@ eshell-cmpl-cycle-completions nil) (setq dired-deletion-confirmer ;Make deletion easier in dired (symbol-function 'y-or-n-p) + delete-by-moving-to-trash t dired-listing-switches "-alF" ;Do `ls -F' things in dired windows wdired-allow-to-change-permissions 'advanced) (setq read-quoted-char-radix 16) ;C-q HEX-STUFF [RET] @@ -344,6 +345,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 adaptive-fill-mode nil) ;I have my own machinery instead (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