Emacs: wdired can change permissions

master
Pierre Neidhardt 2013-06-28 16:52:46 +02:00
parent da6e703760
commit 22fa2a6361
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ has errors and/or warnings."
(if (string-match "^gnu.*" (prin1-to-string system-type))
(setq dired-listing-switches "--group-directories-first -lh")
(setq dired-listing-switches "-lh"))
(setq wdired-allow-to-change-permissions t)
(defvar dired-showing-hidden nil "If dired is displaying hidden files or not.")
(defvar dired-showing-humansize t "If dired is displaying humansize or not.")