diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-19T11·42+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 3dc7f7758b4be2792979e5ae18c54ed7da5950b3 (patch) | |
tree | bab962b6bdd8bd54a3bdf77ae31e55f577e08787 /emacs/.emacs.d/init.el | |
parent | 4ae6eff607a5ebd52f8a271bf34c32f2e2fe60f6 (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.el | 2 |
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) |