Closed tuhdo closed 10 years ago
Currently, M-- is mapped to ahs-back-to-start:
M--
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.
What does this have to do with my package?
Ah sorry it should be `auto-highlight-symbol'.
Currently,
M--
is mapped toahs-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 makeM--
unusable.