This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-12
Channels
- # announcements (3)
- # babashka (6)
- # beginners (84)
- # biff (1)
- # cider (7)
- # cljsrn (1)
- # clojure (18)
- # clojure-australia (3)
- # clojure-dev (21)
- # clojure-france (1)
- # clojure-spec (6)
- # clojurescript (78)
- # datomic (34)
- # emacs (5)
- # exercism (32)
- # graalvm (1)
- # helix (2)
- # hyperfiddle (3)
- # lsp (36)
- # malli (4)
- # missionary (3)
- # off-topic (54)
- # re-frame (14)
- # releases (2)
- # sql (31)
- # vim (9)
Is there a variable clojure-mode uses to point to the source paths? I've added src/client
to my source paths but ever ytime I create a file, it prefixes the auto-generated ns with client.*
when that should not be there.
this is done by clj-refactor
, I'm not sure though how to change that, only disable it :/
if you are using clojure-lsp
, you can disable that and use from clojure-lsp if you want
more details https://emacs-lsp.github.io/lsp-mode/tutorials/clojure-guide/#refactorings, check `Conflict with clj-refactor when creating new files`