summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 886f1a4..65630de 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.