From 7dac09a17ad0a1d70977dbb5b5a6cc2d8198d67a Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 12 Jul 2022 23:06:16 +0000 Subject: [PATCH] emacs magic to use eufonctl as inferior lisp --- rc.fnl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rc.fnl b/rc.fnl index c3cb478..b980371 100644 --- a/rc.fnl +++ b/rc.fnl @@ -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: