Update some program vars and replace paredit with smartparens

This commit is contained in:
Oliver Payne 2022-08-20 12:23:32 +01:00
parent a24d3ef06b
commit 5417d763a5
1 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,13 @@
(savehist-mode t)
;; Thinkpad keyboards have PrtSc where right alt should be
(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")
;; (require 'package)
;; (add-to-list 'package-archives
@ -59,7 +66,7 @@
'("4c56af497ddf0e30f65a7232a8ee21b3d62a8c332c6b268c81e9ea99b11da0d3" "4cc1cc7efd5c2362ef684657eec7d7e482223b1def4edeb0fab52ba1d334d38a" "0c2d7f410f835d59a0293f2a55744e9d3be13aab8753705c6ad4a9a968fb3b28" default))
'(desktop-save-mode nil)
'(package-selected-packages
'(modus-themes orderless solarized-theme vertico use-package racket-mode projectile paredit magit)))
'(smartparens modus-themes orderless solarized-theme vertico use-package racket-mode projectile paredit magit)))
(custom-set-faces
;; custom-set-faces was added by Custom.