mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Minimal kotlin setup
This commit is contained in:
parent
f48d3305a0
commit
476b8fdb5a
9
init.org
9
init.org
@ -1761,6 +1761,15 @@
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Kotlin
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
|
(use-package kotlin-mode
|
||||||
|
:hook (kotlin-mode . eglot-ensure))
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Assembler
|
** Assembler
|
||||||
|
|
||||||
When writing assembler code I use =#= for comments. By defining
|
When writing assembler code I use =#= for comments. By defining
|
||||||
|
Loading…
Reference in New Issue
Block a user