summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 10:39:00 +0200
committerAlan Pearce2018-06-17 10:39:00 +0200
commitbe9f75f7b04c914c62c75dab4dd9598a1c0cf90c (patch)
tree805c7c7223b1c5e9876adb0224f4db911ccd51f5 /emacs/.emacs.d
parentbd9727bb6c3bcd9bb8428f371d59c6df1d185b52 (diff)
downloaddotfiles-be9f75f7b04c914c62c75dab4dd9598a1c0cf90c.tar.lz
dotfiles-be9f75f7b04c914c62c75dab4dd9598a1c0cf90c.tar.zst
dotfiles-be9f75f7b04c914c62c75dab4dd9598a1c0cf90c.zip
emacs: remove prog-fill
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 04e9596..a059cce 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1707,15 +1707,6 @@ With two prefix arguments, write out the day and month name."
             (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.