vErY rEaL aNd LeGiT
This commit is contained in:
parent
6b9341f462
commit
29b230cac3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user