summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2019-08-28 15:40:55 +0200
committerAlan Pearce2019-08-28 15:40:55 +0200
commit7bad2053d213e5c9b3798505ef4accca259aa3f0 (patch)
treee70a0c2ab6b995ea4e57cc2806504e3a0f3d4c94 /emacs/.emacs.d/main.el
parenta2108e449b2297e06baff951a3ce8821c20d1ee3 (diff)
downloaddotfiles-7bad2053d213e5c9b3798505ef4accca259aa3f0.tar.lz
dotfiles-7bad2053d213e5c9b3798505ef4accca259aa3f0.tar.zst
dotfiles-7bad2053d213e5c9b3798505ef4accca259aa3f0.zip
Emacs: reformat
Diffstat (limited to 'emacs/.emacs.d/main.el')
-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