Fork me on GitHub
#emacs
<
2018-01-21
>
vemv23:01:31

wishlist (might implement myself as well): given a defn with & {:keys [foo bar baz]} signature, and an invocation to that defn that I'm just typing now, generate a "stub" with those keywords arguments written for me example: (hello) -> <magic command/shortcut> -> (hello :foo :bar :baz ) (note the double spaces. so I know I must fill in between)

vemv23:01:39

dunno if such a thing exists already