Fork me on GitHub
#spacemacs
<
2019-02-04
>
pablore15:02:15

How can I configure my spacemacs to activate parinfer-mode on every clojure file? I have to do it manually for every file.

zane17:02:33

@U7V9HE682 You'll want to add a hook in your dotspacemacs/user-config. Here's more information about hooks: https://www.gnu.org/software/emacs/manual/html_node/emacs/Hooks.html

pablore15:02:27

It’s weird, because seeing the code for the Clojure layer, it is adding parinfer to it’s hooks