summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-08-11 15:13:57 +0200
committerMartin Polden <mpolden@mpolden.no>2020-08-11 15:13:57 +0200
commit36bf5e65949bfbf72550bff5c2a6c2724132819b (patch)
tree8c13660918fda400bc9782d56cc9b2a9a8f4f0fb /lisp/init-mac.el
parent46bf6da96a39772b010a5d83f86e66c5e2dbc6af (diff)
mac: Remove obsolete df workaround
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index deba571..5c6756d 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -41,9 +41,4 @@
(when (executable-find "gls")
(setq insert-directory-program "gls"))
-;; use gdf if available as it provides more correct output. When apfs is used,
-;; the ifree column of bsd df seems to be incorrect
-(when (executable-find "gdf")
- (setq directory-free-space-program "gdf"))
-
(provide 'init-mac)