all repos — archive/dotfiles @ 7bad2053d213e5c9b3798505ef4accca259aa3f0

Superseded by nixfiles

Emacs: reformat
Alan Pearce alan@alanpearce.eu
Wed, 28 Aug 2019 15:40:55 +0200
commit

7bad2053d213e5c9b3798505ef4accca259aa3f0

parent

a2108e449b2297e06baff951a3ce8821c20d1ee3

1 files changed, 1 insertions(+), 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