(eshell-complex-commands): Add "ls".
This commit is contained in:
parent
902fa837f1
commit
820b914333
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ which may be modified directly. Any return value is ignored."
|
|||
:type 'hook
|
||||
:group 'eshell-cmd)
|
||||
|
||||
(defcustom eshell-complex-commands nil
|
||||
(defcustom eshell-complex-commands '("ls")
|
||||
"*A list of commands names or functions, that determine complexity.
|
||||
That is, if a command is defined by a function named eshell/NAME,
|
||||
and NAME is part of this list, it is invoked as a complex command.
|
||||
|
|
Loading…
Add table
Reference in a new issue