mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/common-lisp: add settings & minor refactor
Thanks to @mfiano
This commit is contained in:
@ -1,10 +1,13 @@
|
|||||||
;;; lang/common-lisp/config.el -*- lexical-binding: t; -*-
|
;;; lang/common-lisp/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(defvar inferior-lisp-program "sbcl")
|
||||||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||||
|
|
||||||
|
|
||||||
(after! sly
|
(after! sly
|
||||||
(setq inferior-lisp-program "sbcl"
|
(setq sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history")
|
||||||
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!
|
(set-popup-rules!
|
||||||
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
||||||
|
Reference in New Issue
Block a user