Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 212 Bytes

when-berkeley-unix.org

File metadata and controls

11 lines (7 loc) · 212 Bytes

I used OpenBSD back than

Use ls from GNU coreutils on OpenBSD

(when (eq system-type 'berkeley-unix)
  (setq insert-directory-program "gls")
  (setq find-program "gfind"))