Fork me on GitHub
#emacs
<
2017-08-10
>
dpsutton00:08:14

i think emacs has the M-q versoin

dpsutton00:08:16

give that a shot

domkm02:08:01

@dpsutton That seems to remove wrapping, not indent new lines

gonewest81802:08:42

at least for me, with paredit also installed, I get M-q is bound to paredit-reindent-defun:

M-q (translated from <escape> q) runs the command
paredit-reindent-defun (found in paredit-mode-map), which is an
interactive compiled Lisp function in 'paredit.el'.

It is bound to M-q.

(paredit-reindent-defun &optional ARGUMENT)

Reindent the definition that the point is on.
If the point is in a string or a comment, fill the paragraph instead,
  and with a prefix argument, justify as well.