Add kotlin-mode package
This commit is contained in:
parent
5fb9642707
commit
39115d1f75
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -1882,6 +1882,9 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(use-package ob-powershell
|
||||
:after org))
|
||||
|
||||
(use-package kotlin-mode
|
||||
:mode "\\.kt\\'")
|
||||
|
||||
;; (use-package ob-racket
|
||||
;; :after org
|
||||
;; :pin manual
|
||||
|
|
Loading…
Add table
Reference in a new issue