Drop support for wpc-keybindings

In favor of keybindings.el!

Now I have:
- kbd.el: There are no keybindings in this file. It's just a library for working
  with keybindings in Emacs.
- keybindings.el: (hopefully) all of my keybindings for EXWM, evil, etc.
This commit is contained in:
William Carroll 2020-08-19 12:42:11 +01:00
parent 4ae6eff607
commit 3dc7f7758b
3 changed files with 121 additions and 191 deletions

View file

@ -31,8 +31,6 @@
;; TODO: How can I package this using Nix?
;; (require 'egg-timer "~/programming/egg-timer.el/egg-timer.el")
;; TODO: Reconcile kbd.el, keybindings.el, wpc-keybindings.el, keyboard.el.
(require 'wpc-keybindings)
(require 'keybindings)
(require 'window-manager)
(require 'wpc-ui)