add roswell support to clisp for emacs

This commit is contained in:
insects 2025-03-04 13:39:08 +01:00
parent 14aa86c765
commit 97756ee0cc

View file

@ -45,6 +45,9 @@
"c c" #'typst-ts-compile
"c p" #'typst-ts-preview)
;; Use Roswell to manage our inferior Lisp program
(setq inferior-lisp-program "ros -Q run")
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;;