diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 522cd64..99a9c9b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -498,9 +498,6 @@ :init (setf inferior-lisp-program "sbcl") :defer) -(use-package eat - :defer t) - (use-package nov :defer t :config |