From 9626966fb05cd3c309316f12ecc1a0ea49ef9434 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 4 Jul 2016 16:46:53 +0200 Subject: Emacs: Remove extra Javascript menu --- tag-emacs/emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit 1.4.1