summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2018-02-07 10:49:31 +0100
committerAlan Pearce2018-02-07 10:49:31 +0100
commitf7376535de81cae5b59de337c8128c08a5c6d8e5 (patch)
tree9c08227e7ea1a2310e1ab1e5bb9da38300e118d5 /emacs/.emacs.d/main.el
parentc1baaeee90c3de9b489c237594ce514b8cf21f90 (diff)
downloaddotfiles-f7376535de81cae5b59de337c8128c08a5c6d8e5.tar.lz
dotfiles-f7376535de81cae5b59de337c8128c08a5c6d8e5.tar.zst
dotfiles-f7376535de81cae5b59de337c8128c08a5c6d8e5.zip
Emacs: Install prog-fill-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.