1
0
Fork 0

fix(emacs): add swift

This commit is contained in:
Lucas Sta Maria 2025-10-15 22:29:38 -05:00
parent bccdcc849d
commit 7ef2b08272
Signed by: lucas
GPG key ID: F07FB16A826E3B47
2 changed files with 7 additions and 2 deletions

View file

@ -120,6 +120,10 @@
(use-package auctex :straight t)
(use-package cdlatex :straight t)
(use-package yaml-mode :straight t)
(use-package swift-mode :straight t
:custom-face (swift-mode:keyword-face ((t (:inherit nano-strong))))
:hook ((swift-mode . electric-pair-local-mode)
(swift-mode . electric-indent-local-mode)))
;; From https://www.ovistoica.com/blog/2024-7-05-modern-emacs-typescript-web-tsx-config
(use-package treesit