summary refs log tree commit diff
path: root/emacs/custom/my-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-conf.el')
-rw-r--r--emacs/custom/my-conf.el3
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 ()