Files
doomemacs/modules
Wetlize 13f0c4785e Fix keymap precedence for evil users in the org-roam-buffer
`org-roam-mode` based buffers use `magit-section` to render sections.
The problem is that `magit-section` will layer keymaps for each section
under a text property. In Emacs, text property based keymaps have a
higher precedence for a lookup[0] than `emulation-mode-map-alists`, in
which Evil and leader keymaps are stored in.

[0]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Searching-Keymaps.html
2021-07-25 02:20:50 +03:00
..
2021-07-10 17:43:46 -04:00
2021-07-18 18:36:07 +08:00
2021-07-25 02:20:50 +03:00
2021-05-23 21:49:02 -04:00
2021-07-06 02:31:52 -04:00
2021-07-13 11:20:40 +02:00