all repos — nixfiles @ 9626966fb05cd3c309316f12ecc1a0ea49ef9434

System and user configuration, managed by nix and home-manager

Emacs: Remove extra Javascript menu

Alan Pearce
commit

9626966fb05cd3c309316f12ecc1a0ea49ef9434

parent

975ba5926cd11f1ebe48cf04f13d8ac77ee2fa08

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1849,6 +1849,7 @@ ("\\.jsx\\'" . js2-jsx-mode))
: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))