Disable ani-el because I'm theoretically rewriting it

This commit is contained in:
MitchMarq42 2023-05-26 13:47:18 -08:00
parent 23a09307be
commit 33e3ced464

View File

@ -956,10 +956,10 @@ Return nil if DIR is not in a hugo project at all."
"n" 'mitch/webkit-isearch-next "n" 'mitch/webkit-isearch-next
"N" 'mitch/webkit-isearch-prev))) "N" 'mitch/webkit-isearch-prev)))
(use-package ani-el ;; (use-package ani-el
:elpaca (ani-el ;; :elpaca (ani-el
:repo "https://git.mitchmarq42.xyz/mitch/ani-el" ;; :repo "https://git.mitchmarq42.xyz/mitch/ani-el"
:files ("ani-el.el" "lib"))) ;; :files ("ani-el.el" "lib")))
(use-package slime (use-package slime
:if (file-exists-p (expand-file-name "~/quicklisp/slime-helper.el")) :if (file-exists-p (expand-file-name "~/quicklisp/slime-helper.el"))