diff options
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 () |