Minimal swift setup

This commit is contained in:
larstvei 2024-03-22 19:53:35 +01:00
parent 3029210513
commit f48d3305a0

View File

@ -1994,6 +1994,15 @@
#+end_src
** Swift
#+begin_src emacs-lisp
(use-package swift-mode
:hook (swift . auto-revert-mode))
#+end_src
* Which key
[[https://github.com/justbur/emacs-which-key][Which key]] is nice for discoverability.