Emacs: reformat
Alan Pearce alan@alanpearce.eu
Wed, 28 Aug 2019 15:40:55 +0200
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.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