Closed zw963 closed 7 years ago
I think the following (untested) should work:
(with-eval-after-load 'highlight-symbol
(define-key highlight-symbol-nav-mode-map (kbd "M-n") nil)
(define-key highlight-symbol-nav-mode-map (kbd "M-p") nil))
@felipeochoa , Yes, it worked very well, I change it to that so long ago.
Just forget to close this issue.
thanks.
Hi, I occur some issue about the default
I personal heavily use
M-n
M-p
shortcut bind to other function, I don't hope this hotkey to be changed by this mode, so I binding to others key.But, I have no idea to unset M-n, M-p, I need something like this to do the trick
Thanks.