diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-27 17:50:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-27 17:50:28 -0700 |
commit | 570d8d2a720ad277090068abe6618c6396a06131 (patch) | |
tree | 8b897cfff5966924c0acab283de559a4f31d4c44 /emacs | |
parent | my-test: more simplification (diff) | |
download | emacs.d-570d8d2a720ad277090068abe6618c6396a06131.tar.gz |
my-conf: flyspell config is in my-test
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-conf.el | 3 |
1 files changed, 0 insertions, 3 deletions
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 () |