diff options
Diffstat (limited to 'emacs')
-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. |