emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/kotlin-mode c3942942a8 066/162: Merge branch 'patch-1' of


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode c3942942a8 066/162: Merge branch 'patch-1' of https://github.com/jasonm23/kotlin-mode
Date: Sat, 29 Jan 2022 08:25:23 -0500 (EST)

branch: elpa/kotlin-mode
commit c3942942a8db76ef94391a322c7c808e374f683e
Merge: 043615d3c3 565a266142
Author: Gregg Hernandez <gregg@lucidchart.com>
Commit: Gregg Hernandez <gregg@lucidchart.com>

    Merge branch 'patch-1' of https://github.com/jasonm23/kotlin-mode
---
 kotlin-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index ac62925bed..5a2ab32cf9 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -220,5 +220,8 @@
   :group 'kotlin
   :syntax-table kotlin-mode-syntax-table)
 
+;;;###autoload
+(add-to-list 'auto-mode-alist '("\\.kt\\'" . kotlin-mode) t)
+
 (provide 'kotlin-mode)
 ;;; kotlin-mode.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]