Fork me on GitHub
#emacs
<
2021-08-03
>
practicalli-johnny16:08:44

I have a handful of individual snippet files for Clojure and other modes in my config https://github.com/practicalli/spacemacs.d/tree/live/snippets/clojure-mode

vemv22:08:47

another one to the list! https://github.com/zenmacs/.emacs.d/tree/master/snippets/clojure-mode my favorite ones are the simplest ones... l (let), - (thread-first). They make coding the right thing easier, which could otherwise feel tedious

Ben Sless11:08:49

This reminds me I built a package to access the decompiler and redirect the results to a buffer https://github.com/clojure-goes-fast/clj-java-decompiler#usage-from-emacs

vemv14:08:27

nice I built sth similar as well :)

vemv14:08:57

the snippet is vestigial, I should rm it