This commit is contained in:
Oliver Payne 2022-09-15 22:28:51 +01:00
parent 5417d763a5
commit 889d184699
1 changed files with 5 additions and 5 deletions

10
init.el
View File

@ -11,11 +11,11 @@
(global-set-key (kbd "<print>") 'execute-extended-command)
;; OpenBSD prefixes gnu coreutils programs with g
;; Requires installation of coreutils package
(setq dired-chmod-program "gchmod")
(setq dired-chown-program "gchown")
(setq dired-touch-program "gtouch")
(setq dired-grep-program "ggrep")
(setq insert-directory-program "gls")
(setq dired-chmod-program "gchmod"
dired-chown-program "gchown"
dired-touch-program "gtouch"
dired-grep-program "ggrep"
insert-directory-program "gls")
;; (require 'package)
;; (add-to-list 'package-archives