diff options
author | Thanos Apollo <[email protected]> | 2024-01-25 07:31:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-25 07:31:14 +0200 |
commit | f418226360e50a63e6e7bf1f6419f521ac9c072a (patch) | |
tree | 7dc457445eeecba84e675b0c9d81ef7e8ff4d853 /.emacs.d/init.el | |
parent | 2c20ed64f3fad0d1140f80d4d8d50d788b9e943d (diff) |
emacs: Remove eat
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 |