summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-27 17:50:28 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-27 17:50:28 -0700
commit570d8d2a720ad277090068abe6618c6396a06131 (patch)
tree8b897cfff5966924c0acab283de559a4f31d4c44 /emacs/custom
parentmy-test: more simplification (diff)
downloademacs.d-570d8d2a720ad277090068abe6618c6396a06131.tar.gz
my-conf: flyspell config is in my-test
Diffstat (limited to 'emacs/custom')
-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 ()