diff options
| author | Joel Klinghed <the_jk@opera.com> | 2018-07-26 15:51:09 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2019-01-22 15:29:36 +0100 |
| commit | 0b175455bb3da3ef8d834855e1178712c164c4e9 (patch) | |
| tree | b8754986de2d8dd2fd64312355f7847f2ae16782 | |
| parent | 506ab42e447eeea7715818599e34a90a42b1a907 (diff) | |
Add kotlin mode to stark
| -rw-r--r-- | emacs-stark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-stark b/emacs-stark index f8e8347..fa7c9ac 100644 --- a/emacs-stark +++ b/emacs-stark @@ -12,7 +12,7 @@ '("melpa" . "https://melpa.org/packages/")) (package-initialize) (setq - package-selected-packages '(meson-mode groovy-mode gradle-mode flycheck)) + package-selected-packages '(meson-mode groovy-mode gradle-mode flycheck kotlin-mode)) ;; use (package-install-selected-packages) to install the ones above ;; show matching parentheses (and other characters) |
