vErY rEaL aNd LeGiT

This commit is contained in:
MitchMarq42 2022-11-27 14:43:47 -09:00
parent 6b9341f462
commit 29b230cac3

View File

@ -130,6 +130,11 @@
:after evil :after evil
:if (< (string-to-number emacs-version) 28) :if (< (string-to-number emacs-version) 28)
:diminish) :diminish)
(use-package altcaps
:straight (:type git :host github :repo "protesilaos/altcaps")
:general (general-define-key
:states 'visual
"`" 'altcaps-region))
;; eshell. Pretty good actually. ;; eshell. Pretty good actually.
(use-package eshell (use-package eshell