Emacs: Install prog-fill-mode
1 file changed, 6 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -1849,6 +1849,12 @@ :if (executable-find "flow") :config (progn (flycheck-add-next-checker 'javascript-eslint 'javascript-flow))) +;;;;;; prog-fill + +(use-package prog-fill + :bind (:map prog-mode-map + ("M-q" . prog-fill))) + ;;;;; golang ;; Go has a few packages to inter-operate with other emacs packages.