all repos — nixfiles @ f7376535de81cae5b59de337c8128c08a5c6d8e5

System and user configuration, managed by nix and home-manager

Emacs: Install prog-fill-mode

Alan Pearce
commit

f7376535de81cae5b59de337c8128c08a5c6d8e5

parent

c1baaeee90c3de9b489c237594ce514b8cf21f90

1 file changed, 6 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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.