Dashboard centering and slime
This commit is contained in:
parent
4f681f35d6
commit
445f4ccf64
2 changed files with 7 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue