Emacs: Install prog-fill-mode
Alan Pearce alan@alanpearce.eu
Wed, 07 Feb 2018 10:49:31 +0100
1 files 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.