about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-dired.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-dired.el b/.emacs.d/lisp/init-dired.el
index 380861c..f1c7fe6 100644
--- a/.emacs.d/lisp/init-dired.el
+++ b/.emacs.d/lisp/init-dired.el
@@ -6,8 +6,6 @@
   :ensure nil
   :config
   (put 'dired-find-alternate-file 'disabled nil)
-  (when (eq system-type 'darwin)
-    (setq insert-directory-program "/usr/local/bin/gls"))
   :custom
   (dired-use-ls-dired t)
   (dired-recursive-deletes 'always)