all repos — archive/dotfiles @ be9f75f7b04c914c62c75dab4dd9598a1c0cf90c

Superseded by nixfiles

emacs: remove prog-fill
Alan Pearce alan@alanpearce.eu
Sun, 17 Jun 2018 10:39:00 +0200
commit

be9f75f7b04c914c62c75dab4dd9598a1c0cf90c

parent

bd9727bb6c3bcd9bb8428f371d59c6df1d185b52

1 files changed, 0 insertions(+), 9 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1707,15 +1707,6 @@ :config (progn             (setq flycheck-display-errors-delay 0.5)
             (flycheck-pos-tip-mode 1)))
 
-;;;;;; prog-fill
-
-(use-package prog-fill
-  :bind (:map prog-mode-map
-              ("M-q" . prog-fill))
-  :config (progn
-            (setq prog-fill-floating-close-paren-p nil
-                  prog-fill-floating-open-paren-p nil)))
-
 ;;;;; golang
 
 ;; Go has a few packages to inter-operate with other emacs packages.