diff options
author | Alan Pearce | 2018-06-17 10:39:00 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-17 10:39:00 +0200 |
commit | be9f75f7b04c914c62c75dab4dd9598a1c0cf90c (patch) | |
tree | 805c7c7223b1c5e9876adb0224f4db911ccd51f5 | |
parent | bd9727bb6c3bcd9bb8428f371d59c6df1d185b52 (diff) | |
download | nixfiles-be9f75f7b04c914c62c75dab4dd9598a1c0cf90c.tar.lz nixfiles-be9f75f7b04c914c62c75dab4dd9598a1c0cf90c.tar.zst nixfiles-be9f75f7b04c914c62c75dab4dd9598a1c0cf90c.zip |
emacs: remove prog-fill
-rw-r--r-- | emacs/.emacs.d/main.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 04e95969..a059ccea 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. |