diff options
author | noa | 2025-02-16 22:08:37 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:08:37 +0800 |
commit | d249aa94e7c3e488cd7f62753efc9db8542a7896 (patch) | |
tree | 174b1886c085d183c45f86ac449424c452734e77 | |
parent | 89bbda02f2829645e25ad82b8d34630efdf63b65 (diff) |
Disable sly
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 59fadc1..5fda993 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -967,6 +967,7 @@ With prefix argument TIME, also add the current time." ;; Common lisp development (use-package sly + :disabled t :if (executable-find "sbcl") :ensure t :commands 'sly |