Minimal kotlin setup

This commit is contained in:
larstvei 2024-03-22 19:53:43 +01:00
parent f48d3305a0
commit 476b8fdb5a

View File

@ -1761,6 +1761,15 @@
#+end_src
** Kotlin
#+begin_src emacs-lisp
(use-package kotlin-mode
:hook (kotlin-mode . eglot-ensure))
#+end_src
** Assembler
When writing assembler code I use =#= for comments. By defining