From 59d02282ee3833b5e37756b34c2332e9d2aef018 Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 1 May 2023 00:10:57 +0200 Subject: [PATCH] Fix annoying dired bug, which I don't fully understand By not fully understand, I mean I searched for the bug and found a proposed fix here: https://stackoverflow.com/questions/4076360/error-in-dired-sorting-on-os-x. It worked, and so I guess this is in my config now. --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index d157e3c..4988689 100644 --- a/init.org +++ b/init.org @@ -255,7 +255,9 @@ native-comp-async-report-warnings-errors nil) (exec-path-from-shell-initialize) (when (fboundp 'mac-auto-operator-composition-mode) - (mac-auto-operator-composition-mode 1))) + (mac-auto-operator-composition-mode 1)) + (require 'ls-lisp) + (setq ls-lisp-use-insert-directory-program nil)) #+END_SRC ** Sane defaults