mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(startup): Make various modules more lazy-loaded
This should improve startup speed a little bit.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
(require 'siren-lsp)
|
||||
|
||||
(use-package company-lsp
|
||||
:commands company-lsp)
|
||||
:defer t)
|
||||
|
||||
(provide 'siren-company-lsp)
|
||||
;;; siren-company-lsp.el ends here
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
(require 'siren-lsp)
|
||||
|
||||
(use-package helm-lsp
|
||||
:commands
|
||||
helm-lsp-workspace-symbol
|
||||
helm-lsp-global-workspace-symbol
|
||||
:bind
|
||||
("C-c C-'" . helm-lsp-workspace-symbol))
|
||||
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
(require 'siren-lsp)
|
||||
|
||||
(use-package lsp-ui
|
||||
:commands lsp-ui-mode
|
||||
|
||||
:defer t
|
||||
:bind (:map lsp-ui-mode-map
|
||||
("C-c C-d" . lsp-ui-doc-show)
|
||||
("M-?" . lsp-ui-peek-find-references)
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
;;; Code:
|
||||
|
||||
(use-package lsp-mode
|
||||
:commands lsp
|
||||
|
||||
:defer t
|
||||
:bind (:map lsp-mode-map
|
||||
("C-c C-." . lsp-rename))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user