X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/eb10e77ab697e512f1bb16326ecf9005cd0ec98e..0620e1d79679f6bf6605224213266b063b9931de:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 3dc860a..31d074c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -327,7 +327,8 @@ ido-default-buffer-method 'selected-window) (setq ido-enable-flex-matching t ido-confirm-unique-completion t - ido-use-filename-at-point nil) + ido-use-filename-at-point nil + ido-auto-merge-work-directories-length -1) (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 @@ -335,6 +336,7 @@ (setq read-quoted-char-radix 16) ;C-q HEX-STUFF [RET] (setq case-fold-file-names nil) ;Don't translate file names (grr...) (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-default comment-column 40) ;Set a standard comment column (setq-default truncate-partial-width-windows nil