diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index f9d2da2..9847b24 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -130,6 +130,11 @@ :after evil :if (< (string-to-number emacs-version) 28) :diminish) +(use-package altcaps + :straight (:type git :host github :repo "protesilaos/altcaps") + :general (general-define-key + :states 'visual + "`" 'altcaps-region)) ;; eshell. Pretty good actually. (use-package eshell