; * etc/NEWS: Improve 'dired-check-symlinks' entry.
This commit is contained in:
parent
b486390862
commit
48d2d616f7
1 changed files with 5 additions and 4 deletions
9
etc/NEWS
9
etc/NEWS
|
@ -322,10 +322,11 @@ changes when supplied with a universal prefix argument via 'C-u':
|
|||
** Dired
|
||||
|
||||
+++
|
||||
*** Dired allows to disable checks for symbolic link validity.
|
||||
Dired fontifies symbolic links in Dired buffers using the
|
||||
'file-truename' operation. This can be slow for remote directories.
|
||||
Setting user option 'dired-check-symlinks' to nil disables these checks.
|
||||
*** New user option 'dired-check-symlinks' allows disabling validity checks.
|
||||
Dired uses 'file-truename' to check symbolic link validity when
|
||||
fontifying them, which can be slow for remote directories. Setting
|
||||
'dired-check-symlinks' to nil disables these checks. Defaults to t, can
|
||||
be set as a connection-local variable.
|
||||
|
||||
|
||||
* New Modes and Packages in Emacs 31.1
|
||||
|
|
Loading…
Add table
Reference in a new issue