fix(lisp): Actually require lisp-setup in init.el
This commit is contained in:
parent
f93f03661b
commit
5b946a930c
2 changed files with 3 additions and 0 deletions
1
init.el
1
init.el
|
@ -106,6 +106,7 @@
|
|||
eshell-setup
|
||||
haskell-setup
|
||||
rust-setup
|
||||
lisp-setup
|
||||
)))
|
||||
|
||||
(add-hook 'after-init-hook 'load-other-settings)
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
(load (expand-file-name "~/quicklisp/slime-helper.el"))
|
||||
(setq inferior-lisp-program (concat (nix-store-path "sbcl") "/bin/sbcl"))
|
||||
(setq slime-contribs '(slime-fancy))
|
||||
|
||||
(provide 'lisp-setup)
|
Loading…
Reference in a new issue