From dcb4fbfc6090d7bb14519d15caccafcf861b11e2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 6 Apr 2024 08:29:05 -0700 Subject: [PATCH] [emacs] Fix a typescript bug? --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b249c7e..f2550d9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -984,7 +984,7 @@ Or, uh, Objective C, I guess." ) (use-package add-node-modules-path :ensure t - :hook typescript-mode) + :hook (typescript-mode . add-node-modules-path)) (use-package prettier-js :ensure t :hook (typescript-mode . prettier-js-mode))