From 570d8d2a720ad277090068abe6618c6396a06131 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 27 Apr 2022 17:50:28 -0700 Subject: my-conf: flyspell config is in my-test --- emacs/custom/my-conf.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs') diff --git a/emacs/custom/my-conf.el b/emacs/custom/my-conf.el index bc41279..115e158 100644 --- a/emacs/custom/my-conf.el +++ b/emacs/custom/my-conf.el @@ -18,9 +18,6 @@ (customize-set-variable 'js-indent-level 2) (customize-set-variable 'css-indent-offset 2) -(dolist (hook '(json-mode-hook protobuf-mode-hook systemd-mode-hook term-mode-hook)) - (add-hook hook 'flyspell-prog-mode)) - (add-hook 'terraform-mode-hook 'terraform-format-on-save-mode) (defun my/js-mode-hook () -- cgit 1.4.1