diff options
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index c1713a98..f9d12003 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 |