tweak(evil): reduce keybind conflicts between outline & org
This doesn't fix a particular issue, but makes designing keybinds for org-mode more predictable and less vulnerable to unpredictable changes imposed by evil-collection.
This commit is contained in:
parent
6541ae5135
commit
8e30579823
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ variable for an explanation of the defaults (in comments). See
|
|||
(defvar evil-collection-want-unimpaired-p nil)
|
||||
;; Doom binds goto-reference on gD and goto-assignments on gA ourselves
|
||||
(defvar evil-collection-want-find-usages-bindings-p nil)
|
||||
;; Reduces keybind conflicts between outline-mode and org-mode (which is
|
||||
;; derived from outline-mode).
|
||||
(defvar evil-collection-outline-enable-in-minor-mode-p nil)
|
||||
|
||||
;; We handle loading evil-collection ourselves
|
||||
(defvar evil-collection--supported-modes nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue