Skip to content

Commit

Permalink
build: dir-locals for emacs devs
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Aug 15, 2023
1 parent d842d1d commit aa25a17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
((nil
. ((cider-default-cljs-repl . node)
(cider-preferred-build-tool . clojure-cli)
(cider-clojure-cli-aliases . ":test:nextjournal/clerk")

;; Custom indentation:
(eval . (put-clojure-indent 'gen 1)))))

0 comments on commit aa25a17

Please sign in to comment.