emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master ffa06cb 35/38: Explicitly remap js-find-symbol


From: Dmitry Gutov
Subject: [elpa] master ffa06cb 35/38: Explicitly remap js-find-symbol
Date: Wed, 09 Sep 2015 18:41:51 +0000

branch: master
commit ffa06cb870642e8073dd3ddaa8c5954f827ba539
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Explicitly remap js-find-symbol
    
    #159
---
 js2-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index ce0fdd7..975f71f 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -1116,7 +1116,7 @@ information."
     (define-key map (kbd "C-c C-o") #'js2-mode-toggle-element)
     (define-key map (kbd "C-c C-w") #'js2-mode-toggle-warnings-and-errors)
     (define-key map [down-mouse-3] #'js2-down-mouse-3)
-    (define-key map (kbd "M-.") #'js2-jump-to-definition)
+    (define-key map [remap js-find-symbol] #'js2-jump-to-definition)
 
     (define-key map [menu-bar javascript]
       (cons "JavaScript" (make-sparse-keymap "JavaScript")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]