doomemacs/modules/lang/org/contrib
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
..
brain.el Fix #5105: void-variable org-brain-polymode-map 2021-05-27 12:54:06 -04:00
dragndrop.el Autoload org-download-clipboard #3830 2020-08-25 06:07:47 -04:00
ipython.el Use add-hook! for inline hook defuns 2019-07-27 02:46:49 +02:00
journal.el Prioritize company-capf back-end in org-journal 2020-12-15 01:48:14 +01:00
jupyter.el lang/org: improve jupyter support 2020-08-06 00:32:36 -04:00
noter.el Fix 'wrong-type-argument listp' error from org-noter 2020-05-19 18:36:40 -04:00
pomodoro.el Add terminal-notifier support for org-pomodoro 2020-06-27 14:52:54 -05:00
present.el Use org-tree-slide-play-hook to hide blocks 2021-06-07 09:56:37 -07:00
pretty.el lang/org: cleanup +pretty feature, mostly about if cookie 2021-04-28 09:56:14 +09:00
roam.el org-roam-link-use-custom-faces = everywhere 2021-07-12 12:22:21 -04:00
roam2.el Fix keymap precedence for evil users in the org-roam-buffer 2021-07-25 02:20:50 +03:00