Ensure scrot.el initializes

- Adds scrot to init.el
- Moves the EXWM keybindings to keybindings.el
This commit is contained in:
William Carroll 2020-01-20 16:48:42 +00:00
parent 16fd606f91
commit 3d6b521919
3 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,7 @@
(require 'email)
;; TODO: Consider renaming entr.el.
(require 'entr)
(require 'scrot)
;; TODO: Reconcile kbd.el, keybindings.el, wpc-keybindings.el, keyboard.el.
(require 'keybindings)