diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-19T15·47+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 9d7331d63bae9b62a40655d9e6781eb861c92c86 (patch) | |
tree | 3acdd24484449a8033e19f9cf5433f634bf18a67 /dictionary.md | |
parent | 53be40b1a6d5726321292b69d962af30f4f8b07f (diff) |
Debug evil-want-keybindings issue
Problem: dependency loading order I originally assumed that keybindings.el was the first module to `require 'evil` because init.el shows: ```elisp (require 'keybindings) (require 'window-manager) ``` The problem is that keybindings.el calls `require 'window-manager` and window-manager.el requires evil! I admit, I've created a bit of a birds nest for myself. A few thoughts: - keybindings.el doesn't need to `require 'window-manager`. Fixed! - window-manager.el shouldn't need to `require 'evil`. TODO...
Diffstat (limited to 'dictionary.md')
0 files changed, 0 insertions, 0 deletions