diff options
-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 |