mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable evil-collection-want-unimpaired-p
We have our own, better vim-unimpaired keybinds.
This commit is contained in:
@ -43,6 +43,9 @@ variable for an explanation of the defaults (in comments). See
|
|||||||
|
|
||||||
(defvar evil-collection-setup-minibuffer nil)
|
(defvar evil-collection-setup-minibuffer nil)
|
||||||
|
|
||||||
|
;; We do this ourselves, and better.
|
||||||
|
(defvar evil-collection-want-unimpaired-p nil)
|
||||||
|
|
||||||
;; This has to be defined here since evil-collection doesn't autoload its own.
|
;; This has to be defined here since evil-collection doesn't autoload its own.
|
||||||
;; It must be updated whenever evil-collection updates theirs.
|
;; It must be updated whenever evil-collection updates theirs.
|
||||||
(defvar evil-collection-mode-list
|
(defvar evil-collection-mode-list
|
||||||
|
Reference in New Issue
Block a user