all repos — nixfiles @ be9f75f7b04c914c62c75dab4dd9598a1c0cf90c

System and user configuration, managed by nix and home-manager

emacs: remove prog-fill

Alan Pearce
commit

be9f75f7b04c914c62c75dab4dd9598a1c0cf90c

parent

bd9727bb6c3bcd9bb8428f371d59c6df1d185b52

1 file 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.