emacs magic to use eufonctl as inferior lisp

main
Daniel Barlow 2022-07-12 23:06:16 +00:00
parent 2975908e81
commit 7dac09a17a
1 changed files with 6 additions and 0 deletions

6
rc.fnl
View File

@ -1,3 +1,5 @@
;; -*- mode: Fennel;
(local { : view } (require :fennel))
(local texture (require :texture))
@ -190,3 +192,7 @@
(kiwmi:spawn "lua -l fennelrun crier/crier.fnl")
(kiwmi:spawn "lua -l fennelrun just/just.fnl")
;(kiwmi:spawn "foot")
;; Local Variables:
;; inferior-lisp-program: "eufonctl"
;; End: