From: Mark Wooding Date: Mon, 4 Jan 2010 11:28:58 +0000 (+0000) Subject: dot/emacs: Tweak `dired' settings. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/f3f0c0a0c4b61b6d81d5186043b318fb342c8172?ds=inline;hp=--cc dot/emacs: Tweak `dired' settings. Mainly reformatting, to group the settings together. Set `wdired' to use advanced mode for editing permissions. --- f3f0c0a0c4b61b6d81d5186043b318fb342c8172 diff --git a/dot/emacs b/dot/emacs index 478566b..1546c2c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -198,10 +198,10 @@ (setq display-buffer-reuse-frames nil ;Don't confuse me by showing buffers iswitchb-default-method 'samewindow) ;in other random frames (setq dired-deletion-confirmer ;Make deletion easier in dired - (symbol-function 'y-or-n-p)) + (symbol-function 'y-or-n-p) + 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] -(setq dired-listing-switches "-alF") ;Do `ls -F' things in dired windows -(setq wdired-allow-to-change-permissions t) (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-default fill-column 77) ;I use rather narrow windows