mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix location of lsp hook in kotlin/config.el
This commit is contained in:
@ -1,11 +1,8 @@
|
|||||||
;;; lang/kotlin/config.el -*- lexical-binding: t; -*-
|
;;; lang/kotlin/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(use-package! kotlin-mode
|
|
||||||
:init
|
|
||||||
(when (featurep! +lsp)
|
|
||||||
(add-hook 'kotlin-mode-local-vars-hook #'lsp!)))
|
|
||||||
|
|
||||||
(after! kotlin-mode
|
(after! kotlin-mode
|
||||||
|
(when (featurep! +lsp)
|
||||||
|
(add-hook 'kotlin-mode-local-vars-hook #'lsp!))
|
||||||
(set-docsets! 'kotlin-mode "Kotlin")
|
(set-docsets! 'kotlin-mode "Kotlin")
|
||||||
|
|
||||||
(map! :map kotlin-mode-map
|
(map! :map kotlin-mode-map
|
||||||
|
Reference in New Issue
Block a user