fix(emacs): add swift
This commit is contained in:
parent
bccdcc849d
commit
7ef2b08272
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue