From f7376535de81cae5b59de337c8128c08a5c6d8e5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 7 Feb 2018 10:49:31 +0100 Subject: Emacs: Install prog-fill-mode --- emacs/.emacs.d/main.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 886f1a41..65630de4 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1849,6 +1849,12 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer." :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. -- cgit 1.4.1