about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-05-31 09:33:04 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-05-31 09:33:04 +0100
commit22090b69479020ca69af23309fb83c4417c33109 (patch)
treef85bdaf3baa278e6c8cf2d6878468c7cd048c860
parent442d1519e3bc27d962eb83305fb5b51f909322ed (diff)
downloaddotfiles-22090b69479020ca69af23309fb83c4417c33109.tar.gz
Remove uneeded darwin/dired config
-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)
'n119' href='#n119'>119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219