Omitting Technical
Top
Shell Command Guessing
When Dired visits a directory, it looks for a file whose name is the value of
variable dired-local-variables-file
(default: `.dired
'). If such
a file is found, Dired will temporarily insert it into the Dired buffer and
run hack-local-variables
.
For example, if the user puts
Local Variables: dired-actual-switches: "-lat" dired-omit-files-p: t End:
into a file called `.dired
' in a directory then when that directory is
viewed it will be
You can set dired-local-variables-file
to nil
to suppress this.
The value of dired-enable-local-variables
controls if and how these
local variables are read. This variable exists so that if may override the
default value of enable-local-variables
.
Please see the GNU Emacs Manual to learn more about local variables. See Local Variables in Files.
The following variables affect Dired Local Variables
dired-local-variables-file
|
Default:
If non- |
dired-enable-local-variables
|
Default:
Controls use of local-variables lists in dired. The value can be |