mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
5 lines
176 B
EmacsLisp
5 lines
176 B
EmacsLisp
;;; emacs/dired/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(when (and IS-BSD (not (executable-find "gls")))
|
|
(warn! "Cannot find gls (GNU ls). This may cause issues with dired"))
|