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:
parent
1ba65acfd6
commit
b00fa4ffe8
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
(require 'keyboard)
|
||||
(require 'irc)
|
||||
(require 'email)
|
||||
;; TODO: Consider renaming entr.el.
|
||||
(require 'entr)
|
||||
|
||||
(require 'wpc-keybindings)
|
||||
(require 'window-manager)
|
||||
|
|
Loading…
Reference in a new issue