Set cycle spacing on M-\

This commit is contained in:
Oliver Payne 2023-05-05 16:18:30 +01:00
parent 68d3eea6b6
commit 001518200d
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
(global-set-key (kbd "<print>") 'execute-extended-command)
;; OpenBSD prefixes gnu coreutils programs with g
;; Requires installation of coreutils package
(global-set-key (kbd "M-\\") 'cycle-spacing)
(setq dired-chown-program "gchown"
dired-touch-program "gtouch"
dired-grep-program "ggrep"