dired: use gls (GNU coreutils) for dirvish sort on macOS
This commit is contained in:
@@ -1435,6 +1435,8 @@ Otherwise: runs interactive ement-connect, then opens rooms after sync."
|
|||||||
;; Emacs 31 may not autoload dired-read-dir-and-switches early enough,
|
;; Emacs 31 may not autoload dired-read-dir-and-switches early enough,
|
||||||
;; causing "Symbol's function definition is void" when org-noter starts.
|
;; causing "Symbol's function definition is void" when org-noter starts.
|
||||||
(require 'dired)
|
(require 'dired)
|
||||||
|
;; macOS: use GNU ls (coreutils) for dired/dirvish sorting support
|
||||||
|
(setq insert-directory-program "gls")
|
||||||
|
|
||||||
(use-package! org-noter
|
(use-package! org-noter
|
||||||
:after (:any org pdf-view)
|
:after (:any org pdf-view)
|
||||||
|
|||||||
Reference in New Issue
Block a user