Skip to content

Commit

Permalink
add kotlin mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbdavis committed Sep 28, 2021
1 parent ccbfb93 commit 1119f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,9 @@ screenshots without revealing buffer contents."
(use-package solidity-mode
:straight t)

(use-package kotlin-mode
:straight t)

(provide 'init)
;;; init.el ends here

Expand Down

0 comments on commit 1119f6f

Please sign in to comment.