Whitelist keybindings.el in init.el
Also tracking a TODO to consolidate all of my keybinding and keyboard related modules.
This commit is contained in:
parent
d590fdae42
commit
16fd606f91
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
;; TODO: Consider renaming entr.el.
|
;; TODO: Consider renaming entr.el.
|
||||||
(require 'entr)
|
(require 'entr)
|
||||||
|
|
||||||
|
;; TODO: Reconcile kbd.el, keybindings.el, wpc-keybindings.el, keyboard.el.
|
||||||
|
(require 'keybindings)
|
||||||
(require 'wpc-keybindings)
|
(require 'wpc-keybindings)
|
||||||
(require 'window-manager)
|
(require 'window-manager)
|
||||||
(require 'wpc-ui)
|
(require 'wpc-ui)
|
||||||
|
|
Loading…
Reference in a new issue