spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
mathpunk 2020-10-22T03:25:48.083900Z

My major-mode leader is fine. It's the leader to enter lisp-state that I'm trying to change

practicalli-john 2020-10-22T16:36:59.090700Z

Using Clojure CLI tools aliases with Cider jack-in has an issue when using -M flag for including aliases, specifically when they are defined in a .dir-locals.el . When cider composes the command line arguments, they are not placed in the correct order (aliases are placed before clj-opts). The -A flag does not have a problem (although that flag is deprecated). https://github.com/clojure-emacs/cider/issues/2916