From 9876d8adc82949d71e3dca18d06b091c2d3a9c93 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Nov 2021 11:16:30 -0800 Subject: emacs: enable camel case option for spell check --- emacs/custom/fcuny-text.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-text.el b/emacs/custom/fcuny-text.el index 45198a1..72e0d7e 100644 --- a/emacs/custom/fcuny-text.el +++ b/emacs/custom/fcuny-text.el @@ -6,6 +6,7 @@ :custom (ispell-dictionary "en_US") (ispell-program-name "aspell") + (ispell-extra-args '("--camel-case")) :config (use-package flyspell-correct-ivy :after flyspell -- cgit 1.4.1