[Emacs] Add swift-mode

This commit is contained in:
2024-08-04 20:11:31 -06:00
committed by Ivan Malison
parent 4a27118f24
commit f3b8a769c6
2 changed files with 85 additions and 0 deletions

View File

@@ -2897,6 +2897,10 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
:defer t
:mode ("\\.kt\\'"))
#+END_SRC
*** swift
#+begin_src emacs-lisp
(use-package swift-mode)
#+end_src
*** groovy
#+begin_src emacs-lisp
(use-package groovy-mode)