add roswell support to clisp for emacs
This commit is contained in:
parent
14aa86c765
commit
97756ee0cc
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
||||||
"c c" #'typst-ts-compile
|
"c c" #'typst-ts-compile
|
||||||
"c p" #'typst-ts-preview)
|
"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
|
;; 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.
|
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue