all repos — nixfiles @ 7d03c01ed268d7dccd5dc74fa62ab44cb74b133d

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

Emacs: fix typo in javascript setup

Alan Pearce
commit

7d03c01ed268d7dccd5dc74fa62ab44cb74b133d

parent

f3f77f580bd9d0ebcf49fb471e1913a26ac2f7e8

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -995,7 +995,7 @@ (defun ap/javascript-setup ()
(if (featurep 'moz) (moz-minor-mode t)) (autopair-mode -1) - (auto-indent-mode -t)) + (auto-indent-mode -1)) (add-hook 'js3-mode-hook #'ap/javascript-setup) (setq js3-indent-level 4 js3-expr-indent-offset 4