diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-text.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |