Question

How do I preserve capitalization when using the Auto Complete extension in emacs?

So that example cannot be completed as Example or EXAMPLE.

Was it helpful?

Solution

I found the setting I was looking for:

h(setq ac-ignore-case nil)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top