Fork me on GitHub
#emacs
<
2018-08-02
>
lilactown04:08:34

is there a way to specify a deps.edn alias to load when using cider-jack-in?

bozhidar06:08:41

(setq cider-clojure-cli-global-options "-A:server:client:dev")

bozhidar07:08:51

(there are similar config options for every supported build tool, btw)

👍 4
lilactown14:08:22

thanks for the help @bozhidar!

bozhidar14:08:52

You’re welcome!

lilactown14:08:37

🙂 there’s always an answer for my problems with Emacs, if I just look hard enough. thank you!!

richiardiandrea14:08:57

The only problem I found is when I want to activate a mode (`cider-mode`) from a dir local, it might be that I don't do it correctly though in there with eval

theeternalpulse20:08:40

is there a good "focused" tutorial on making emacs layers. I tend to have to jump around the emacs documentation which while can be useful, is quite the reference book. I've really only seen one good video tutorial but it's missing a lot.

ag21:08:57

when you say "layers" I feel you're talking about Spacemacs layers, are you using Spacemacs?

ag21:08:23

if that the case #spacemacs channel is the best place to ask those kind of questions

ag21:08:31

there's no such thing as Emacs layers. Layers is a Spacemacs specific thing

theeternalpulse21:08:43

Sorry custom modes

theeternalpulse21:08:15

Have layers on the brain

ag21:08:53

people over the years have wrote bunch of tutorials on major and minor modes. e.g. xah lee has one, just google