lang/common-lisp: add settings & minor refactor
Thanks to @mfiano
This commit is contained in:
parent
cb33d96bfa
commit
3c77b0d260
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
|||
;;; lang/common-lisp/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar inferior-lisp-program "sbcl")
|
||||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
|
||||
(after! sly
|
||||
(setq inferior-lisp-program "sbcl"
|
||||
sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history"))
|
||||
(setq sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history")
|
||||
sly-kill-without-query-p t
|
||||
sly-net-coding-system 'utf-8-unix)
|
||||
|
||||
(set-popup-rules!
|
||||
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue