add slime

This commit is contained in:
opFez 2020-12-15 13:03:18 +01:00
parent 967ffaf2a7
commit 1359e49c71
1 changed files with 5 additions and 0 deletions

View File

@ -41,3 +41,8 @@
(setq dashboard-center-content t)
(setq dashboard-set-footer nil)
(dashboard-setup-startup-hook))
(use-package slime
:ensure t
:config
(setq inferior-lisp-program "sbcl"))