more emacs tweaks

This commit is contained in:
Michael Chalupiak
2026-01-18 00:51:56 -05:00
parent 2d1a11ea40
commit a3412c9fdf
4 changed files with 56 additions and 4 deletions

View File

@@ -91,7 +91,7 @@
(use-package parinfer-rust-mode
:ensure t
:defer t
:hook emacs-lisp-mode
:hook ((emacs-lisp-mode common-lisp-mode lisp-mode scheme-mode) . parinfer-rust-mode)
:config
(electric-pair-mode -1))
@@ -99,5 +99,11 @@
:ensure t
:defer t)
;; (use-package zoxide
;; :ensure t
;; :defer t
;; :hook eshell-mode
;; :straight '(:type git host: sourcehut :repo "vonfry/zoxide.el"))
(provide 'utils)
;;; utils.el ends here