mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Minimal swift setup
This commit is contained in:
parent
3029210513
commit
f48d3305a0
9
init.org
9
init.org
@ -1994,6 +1994,15 @@
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Swift
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
(use-package swift-mode
|
||||||
|
:hook (swift . auto-revert-mode))
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Which key
|
* Which key
|
||||||
|
|
||||||
[[https://github.com/justbur/emacs-which-key][Which key]] is nice for discoverability.
|
[[https://github.com/justbur/emacs-which-key][Which key]] is nice for discoverability.
|
||||||
|
Loading…
Reference in New Issue
Block a user