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:
Henrik Lissner 2021-09-13 17:24:35 +02:00
parent 6541ae5135
commit 8e30579823

View file

@ -58,6 +58,9 @@ variable for an explanation of the defaults (in comments). See
(defvar evil-collection-want-unimpaired-p nil) (defvar evil-collection-want-unimpaired-p nil)
;; Doom binds goto-reference on gD and goto-assignments on gA ourselves ;; Doom binds goto-reference on gD and goto-assignments on gA ourselves
(defvar evil-collection-want-find-usages-bindings-p nil) (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 ;; We handle loading evil-collection ourselves
(defvar evil-collection--supported-modes nil) (defvar evil-collection--supported-modes nil)