about summary refs log tree commit diff
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-19T11·42+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·26+0100
commit3dc7f7758b4be2792979e5ae18c54ed7da5950b3 (patch)
treebab962b6bdd8bd54a3bdf77ae31e55f577e08787 /emacs/.emacs.d/init.el
parent4ae6eff607a5ebd52f8a271bf34c32f2e2fe60f6 (diff)
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.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 9c7e9bdb57f3..c610ce7db7a8 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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)