diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-18T22·47+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-18T22·47+0000 |
commit | 77d46eb5e1ef27f111012adbe966b82238d38fec (patch) | |
tree | b497e8ce80236500cd282883e8fdf52e3af65b75 /README.md | |
parent | 068a648736c14a8670097dc4c715bc76dbcfe6e6 (diff) |
Debug failed initialization of keybindings
Some more pains of weening off of Dropbox is that my Emacs initialization is sensitive to dependencies and missing require statements. I'm still debugging everything. Some modules called `exwm-input-set-key` before the `window-manager` module loaded, which itself requires EXWM. This broke initialization. To get around this I could've called `(require 'exwm)` in each of those modules. I chose to define a `keybindings.el` module to whitelist some of my EXWM keybindings. I'm not sure if this is the best way forward, but it is *some* way forward.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions