summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-09-24 11:35:47 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-09-24 11:35:47 +0200
commit9ab623d1c78a3e888a8a7d4bdf99d758973865f3 (patch)
tree1e386df5935865b5dd1b65600df1f9dac4ca0146
parente28db13de6e5045cf55f864286c70d2b72eb15b3 (diff)
Removed Kotlin mode binding
Not really using it anyways, when I will need it I will add it back
-rw-r--r--init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.el b/init.el
index 7f53514..9dc4acc 100644
--- a/init.el
+++ b/init.el
@@ -164,9 +164,5 @@
;; Java
(add-to-list 'auto-mode-alist '("\\.java\\'" . java-ts-mode))
-;; Kotlin
-(use-package kotlin-ts-mode
- :mode "\\.kt\\'")
-
;; Web development
(use-package web-mode)