all repos — nixfiles @ 7bad2053d213e5c9b3798505ef4accca259aa3f0

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

Emacs: reformat

Alan Pearce
commit

7bad2053d213e5c9b3798505ef4accca259aa3f0

parent

a2108e449b2297e06baff951a3ce8821c20d1ee3

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

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -660,8 +660,7 @@ ;; Inside a javascript project, it's common to install tools locally to
;; the project. This will allows emacs to find their executables. (use-package add-node-modules-path - :ghook ('(js2-mode-hook - typescript-mode-hook) #'add-node-modules-path)) + :ghook ('(js2-mode-hook typescript-mode-hook) #'add-node-modules-path)) ;;;; Reformat on save