mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
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.
This commit is contained in:
parent
13cb2634fd
commit
59d02282ee
4
init.org
4
init.org
@ -255,7 +255,9 @@
|
|||||||
native-comp-async-report-warnings-errors nil)
|
native-comp-async-report-warnings-errors nil)
|
||||||
(exec-path-from-shell-initialize)
|
(exec-path-from-shell-initialize)
|
||||||
(when (fboundp 'mac-auto-operator-composition-mode)
|
(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
|
#+END_SRC
|
||||||
|
|
||||||
** Sane defaults
|
** Sane defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user