nschum / highlight-symbol.el

Emacs: automatic and manual symbol highlighting
http://nschum.de/src/emacs/highlight-symbol/
274 stars 41 forks source link

M-- should not be mapped #17

Closed tuhdo closed 10 years ago

tuhdo commented 10 years ago

Currently, M-- is mapped to ahs-back-to-start:

(define-key map (kbd "M--") 'ahs-back-to-start)

This is not good because M-- is used for entering negative arguments. Users will be frustrated when ahs is installed that make M-- unusable.

nschum commented 10 years ago

What does this have to do with my package?

tuhdo commented 10 years ago

Ah sorry it should be `auto-highlight-symbol'.