Fix missing paren in +format/region-or-buffer #3054

Because I'm a derp
This commit is contained in:
Henrik Lissner
2020-05-06 16:43:42 -04:00
parent 200ab5b9af
commit 9a628c7a12

View File

@ -227,7 +227,7 @@ is selected)."
(if (and (bound-and-true-p lsp-mode)
(lsp-feature? "textDocument/formatting"))
#'lsp-format-buffer
#'+format/buffer)))
#'+format/buffer))))
;;