mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user