I use org-mode, with auto-capitalize-mode turned on.
But sometimes, within org-mode, I want to type out some lisp, highlight it, and execute it.
I might type something like
(setq org-cycle-emulate-tab)
Auto-capitalize automatically capitalizes setq to Setq.
I don't feel like switching modes to emacs-lisp-mode or disabling auto-capitalize-mode. I just want it to recognize that I never want the word setq
capitalized.
How can I disable autocapitalization for certain specific words?