about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-20T12·14+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit16fd606f9199de7cebcce1f19439c3695906d134 (patch)
tree7aaab5fa7742897148b891f665138b76f724f1b6
parentd590fdae42573b20d6a7a9c7dcb7d1eea0d4933d (diff)
Whitelist keybindings.el in init.el
Also tracking a TODO to consolidate all of my keybinding and keyboard related
modules.
-rw-r--r--configs/shared/.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/init.el b/configs/shared/.emacs.d/init.el
index 088a0644dc51..5e60f0d11487 100644
--- a/configs/shared/.emacs.d/init.el
+++ b/configs/shared/.emacs.d/init.el
@@ -28,6 +28,8 @@
 ;; TODO: Consider renaming entr.el.
 (require 'entr)
 
+;; TODO: Reconcile kbd.el, keybindings.el, wpc-keybindings.el, keyboard.el.
+(require 'keybindings)
 (require 'wpc-keybindings)
 (require 'window-manager)
 (require 'wpc-ui)