tvl-depot/configs
William Carroll 77d46eb5e1 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.
2020-01-18 22:47:11 +00:00
..
cloudtop gitignores .emacs.d/{bookmarks,custom.el,projectile-bookmarks.eld} 2019-03-18 14:30:42 +00:00
desktop Massive configuration overhaul 2019-12-24 15:21:34 +00:00
personal_laptop Massive configuration overhaul 2019-12-24 15:21:34 +00:00
shared Debug failed initialization of keybindings 2020-01-18 22:47:11 +00:00
work_laptop Massive configuration overhaul 2019-12-24 15:21:34 +00:00
install Massive configuration overhaul 2019-12-24 15:21:34 +00:00
uninstall Massive configuration overhaul 2019-12-24 15:21:34 +00:00