summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 60417b95..670334f3 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1003,19 +1003,19 @@ _C-k_: prev  _u_pper              _=_: upper/lower       _s_mart resolve
             (setq treemacs-no-png-images t)))
 
 (if (boundp 'typescript-mode-hook)
-    (setq typescript-ts-mode-hook typescript-mode-hook))
+    (defvaralias typescript-ts-mode-hook typescript-mode-hook))
 
 (if (boundp 'dockerfile-mode-hook)
-    (setq dockerfile-ts-mode-hook dockerfile-mode-hook))
+    (defvaralias dockerfile-ts-mode-hook dockerfile-mode-hook))
 
 (if (boundp 'yaml-mode-hook)
-    (setq yaml-ts-mode-hook yaml-mode-hook))
+    (defvaralias yaml-ts-mode-hook yaml-mode-hook))
 
 (if (boundp 'go-mode-hook)
-    (setq go-ts-mode-hook go-mode-hook))
+    (defvaralias go-ts-mode-hook go-mode-hook))
 
 (if (boundp 'nix-mode-hook)
-    (setq nix-ts-mode-hook nix-mode-hook))
+    (defvaralias nix-ts-mode-hook nix-mode-hook))
 
 (use-package eglot
   :defer 3