summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index c1713a9..f9d1200 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -660,8 +660,7 @@ With two prefix arguments, write out the day and month name."
 ;; 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