This commit is contained in:
parent
d15b0776b0
commit
34a2741886
4 changed files with 223 additions and 210 deletions
|
|
@ -8,14 +8,16 @@
|
|||
;; These packages are foundational dependency and possibly can be blocking.
|
||||
;;; Code:
|
||||
|
||||
(use-package transient :ensure (:wait t))
|
||||
(use-package diminish :ensure (:wait t))
|
||||
(use-package company :ensure (:wait t))
|
||||
(use-package transient :ensure t)
|
||||
(use-package diminish :ensure t)
|
||||
(use-package company :ensure t)
|
||||
|
||||
;; https://emacs-lsp.github.io/lsp-mode/page/performance/#use-plists-for-deserialization
|
||||
;; This supposedly makes it faster.
|
||||
(setenv "LSP_USE_PLISTS" "true")
|
||||
(use-package lsp-mode :ensure (:wait t))
|
||||
(use-package lsp-mode :ensure t)
|
||||
|
||||
(elpaca-wait)
|
||||
|
||||
(provide 'icejam-blocking)
|
||||
;;; icejam-blocking.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue