tvl-depot/emacs/.emacs.d
William Carroll 9d7331d63b 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...
2020-08-20 11:26:32 +01:00
..
snippets Drop support for dir-locals.nix, <nixpkgs>, etc. 2020-08-20 11:26:32 +01:00
vendor Move move .emacs.d out of configs/shared 2020-01-30 16:00:29 +00:00
wpc Debug evil-want-keybindings issue 2020-08-20 11:26:32 +01:00
init.el Drop support for wpc-keybindings 2020-08-20 11:26:32 +01:00
opam-user-setup.el Move move .emacs.d out of configs/shared 2020-01-30 16:00:29 +00:00