Load entr.el at Emacs initialization

Also make a note to rename entr.el to something else. That module should be
refactored, but it gets the job done currently.
This commit is contained in:
William Carroll 2020-01-18 16:58:43 +00:00
parent 1ba65acfd6
commit b00fa4ffe8

View file

@ -25,6 +25,8 @@
(require 'keyboard)
(require 'irc)
(require 'email)
;; TODO: Consider renaming entr.el.
(require 'entr)
(require 'wpc-keybindings)
(require 'window-manager)