emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Ben Sless 2021-04-27T12:00:26.185200Z

Is there a way to update a variable in dir-locals instead of overriding it? Thinking about cider-clojure-cli-global-options

yuhan 2021-04-27T12:08:59.185400Z

you could use eval to run arbitrary forms

yuhan 2021-04-27T12:13:46.185600Z

something like

((clojure-mode . ((eval . (add-to-list (make-local-variable 'cider-clojure-cli-aliases)
                                       "dev")))))

gon 2021-04-27T14:54:44.185800Z

Also you could use the C-u prefix before cider-jack-in to rewrite the default command line