I have written function (actually a macro, but whatever) that works similarly to progn. How can I tell emacs that this function should be indented in the same way as progn?
I have written function (actually a macro, but whatever) that works similarly to progn
Share
This should do it
Documentation for
lisp-indent-function(found by C-h f lisp-indent-function RET):