summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-07-04 16:46:53 +0200
committerAlan Pearce2016-07-04 16:46:53 +0200
commit9626966fb05cd3c309316f12ecc1a0ea49ef9434 (patch)
tree0ce69929d55ac92d4ff0556ba5edcb4fdbc18a34
parent975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08 (diff)
downloaddotfiles-9626966fb05cd3c309316f12ecc1a0ea49ef9434.tar.lz
dotfiles-9626966fb05cd3c309316f12ecc1a0ea49ef9434.tar.zst
dotfiles-9626966fb05cd3c309316f12ecc1a0ea49ef9434.zip
Emacs: Remove extra Javascript menu
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 51145ae..5382bdc 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1849,6 +1849,7 @@ it though
     :interpreter ("node" . js2-mode)
     :functions js2-next-error
     :config (progn
+              (unbind-key [menu-bar javascript] js2-mode-map)
               (setq js2-skip-preprocessor-directives t)
               (defun ap/javascript-setup ()
                 (auto-indent-mode -1))