How to keep capital letters when using autocomplete in emacs?

How to save capitalization when using Auto Complete extension in emacs?

So it examplecannot be completed like exampleor example.

+5
source share
1 answer

I found the settings I was looking for:

h (setq ac-ignore-case nil)

+8
source

All Articles