Dashboard centering and slime

This commit is contained in:
BirDt_ 2025-09-29 04:43:53 +08:00
parent 4f681f35d6
commit 445f4ccf64
2 changed files with 7 additions and 2 deletions

View file

@ -36,6 +36,11 @@
(define-key paredit-mode-map (kbd "RET") nil)
(define-key paredit-mode-map (kbd "C-j") 'paredit-newline))))
;; Slimey
(use-package slime
:config
(setq inferior-lisp-program "sbcl"))
;; SICP my beloved
(use-package sicp
:ensure t)