1
0
Fork 0

fix(emacs): configure rjsx-mode hooks

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-17 18:24:34 -05:00
parent 84c8080d7d
commit b90499a853
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 5 additions and 0 deletions

View file

@ -348,5 +348,9 @@
(windmove-left)
(windmove-left)))))
;; rjsx
(setq auto-mode-alist (cons '("\\.tsx$" . rjsx-mode) auto-mode-alist))
(provide 'misc)
;;; misc.el ends here