From df38ba68f25cf62fb80397ad6285ffafafa3d77a Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 15 Sep 2024 20:17:41 -0700 Subject: [PATCH] Use prefixed gls on Mac --- thoom-emacs/modules/thoom-os.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thoom-emacs/modules/thoom-os.el b/thoom-emacs/modules/thoom-os.el index c4a047c..9e41965 100644 --- a/thoom-emacs/modules/thoom-os.el +++ b/thoom-emacs/modules/thoom-os.el @@ -18,3 +18,6 @@ (exec-path-from-shell-initialize)) (elpaca-wait) + +(when ON-MAC + (setq insert-directory-program "gls"))