diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index c8fcf0d5..bcafe083 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -101,9 +101,8 @@ Uses `mk/hyperspec-dir-locations' to find the directory." ("\\.lsp$" . lisp-mode) ("\\.cl$" . lisp-mode)) :init - (if (eq system-type 'windows-nt) - (setq inferior-lisp-program "sbcl --noinform") - (setq inferior-lisp-program "/usr/bin/sbcl --noinform")) + (setq inferior-lisp-program "sbcl --noinform") + :config (setq-local lisp-indent-function 'common-lisp-indent-function) (setq-local fill-column 84)