Skip to content

Commit

Permalink
Merge pull request #193 from AndreaCrotti/update-dir-locals
Browse files Browse the repository at this point in the history
update dir-locals to use the current alias variable for cider
  • Loading branch information
henryw374 authored Nov 2, 2023
2 parents 383fed9 + cc085dd commit 1d0b7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1 +1 @@
((nil . ((cider-clojure-cli-global-options . "-A:dev:test-clj"))))
((nil . ((cider-clojure-cli-aliases . ":dev:test-clj"))))
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ pom.xml.asc
/.nrepl-port
.hgignore
.hg/
/.clj-kondo/
/.lsp/

0 comments on commit 1d0b7f1

Please sign in to comment.