diff options
author | Alan Pearce | 2019-08-28 15:40:55 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-28 15:40:55 +0200 |
commit | 7bad2053d213e5c9b3798505ef4accca259aa3f0 (patch) | |
tree | e70a0c2ab6b995ea4e57cc2806504e3a0f3d4c94 /emacs | |
parent | a2108e449b2297e06baff951a3ce8821c20d1ee3 (diff) | |
download | dotfiles-7bad2053d213e5c9b3798505ef4accca259aa3f0.tar.lz dotfiles-7bad2053d213e5c9b3798505ef4accca259aa3f0.tar.zst dotfiles-7bad2053d213e5c9b3798505ef4accca259aa3f0.zip |
Emacs: reformat
Diffstat (limited to 'emacs')
-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 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 |