Variable `insert-directy-program' is now an option
This commit is contained in:
parent
2286d0a65e
commit
6a5a4762cf
@ -245,8 +245,6 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
|
||||
inhibit-startup-screen t
|
||||
initial-buffer-choice t
|
||||
initial-scratch-message ""
|
||||
insert-directory-program (or (executable-find "gls")
|
||||
(executable-find "ls"))
|
||||
isearch-lazy-count t
|
||||
kill-ring-max 300
|
||||
lazy-count-prefix-format nil
|
||||
@ -851,11 +849,6 @@ extension.
|
||||
dired-recursive-copies 'always
|
||||
dired-recursive-deletes 'always))
|
||||
|
||||
(with-eval-after-load 'files
|
||||
;; Ensure the use of `GNU-ls' from `coreutils' on darwin.
|
||||
(setopt insert-directory-program (or (executable-find "gls")
|
||||
(executable-find "ls"))))
|
||||
|
||||
(with-eval-after-load 'wdired
|
||||
(setopt wdired-allow-to-change-permissions t))
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user