diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-18T16·58+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-18T16·58+0000 |
commit | b00fa4ffe81615b7265282ed17a58776e44d1734 (patch) | |
tree | 4c4a9a93b90b89d95504512c3ab983e6e552fab9 | |
parent | 1ba65acfd6b79eed887b875e6095cdf9e1b97510 (diff) |
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.
-rw-r--r-- | configs/shared/.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/init.el b/configs/shared/.emacs.d/init.el index e07157c70f3f..088a0644dc51 100644 --- a/configs/shared/.emacs.d/init.el +++ b/configs/shared/.emacs.d/init.el @@ -25,6 +25,8 @@ (require 'keyboard) (require 'irc) (require 'email) +;; TODO: Consider renaming entr.el. +(require 'entr) (require 'wpc-keybindings) (require 'window-manager) |