doomemacs/modules
Henrik Lissner da9096acac
Fix evil-org-mode keybinds on first org buffer
evil keeps track of auxiliary keymaps. This list is updated when you
switch states, but it _really_ needs to be updated when minor
modes (with keymaps) are toggled. When this isn't done, their keymaps
aren't recognized and their keys will be unavailable at first.

Since there is no global hook for enabling minor modes, we have to
manually add evil-normalize-keymaps to minor mode hooks.

This commit, specifically, fixes evil-org-mode-map. This also indirectly
fixes folding src blocks for evil users (on the first org buffer).
2018-06-03 12:08:33 +02:00
..
app app/rss: fix invalid window errors #646 2018-06-02 18:20:09 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Implement helm project search functionality #644 2018-06-02 20:37:02 +02:00
config/default Implement helm project search functionality #644 2018-06-02 20:37:02 +02:00
emacs tools/dired: SPC o - => dired-jump; show symlink targets 2018-06-01 13:46:52 +02:00
feature Move :lookup setting to autoload.el 2018-06-02 18:20:09 +02:00
lang Fix evil-org-mode keybinds on first org buffer 2018-06-03 12:08:33 +02:00
tools tools/magit: minor refactor/reformatting 2018-06-02 10:56:04 +02:00
ui Fix visual j/k in dashboard and evil-mode 2018-06-03 12:04:42 +02:00