From 6a5a4762cf0402fd0599662d8858bf6950fbc2e5 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Tue, 26 Sep 2023 15:07:24 +0200 Subject: [PATCH] Variable `insert-directy-program' is now an option --- README.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.org b/README.org index d06658b..fb27a9f 100644 --- a/README.org +++ b/README.org @@ -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