From be9f75f7b04c914c62c75dab4dd9598a1c0cf90c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Jun 2018 10:39:00 +0200 Subject: emacs: remove prog-fill --- emacs/.emacs.d/main.el | 9 --------- 1 file changed, 9 deletions(-) (limited to 'emacs/.emacs.d') 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. -- cgit 1.4.1