Fix an issue with eglot and projects.el loading
This commit is contained in:
parent
db3638593a
commit
66c5ef25cf
2 changed files with 8 additions and 3 deletions
5
init.el
5
init.el
|
|
@ -50,6 +50,11 @@
|
|||
(require 'use-package-ensure)
|
||||
(setq use-package-always-ensure t)
|
||||
|
||||
;; TODO: https://github.com/joaotavora/eglot/discussions/1436
|
||||
(use-package eglot
|
||||
:defer t)
|
||||
(require 'project)
|
||||
|
||||
;; TODO: https://github.com/joaotavora/eglot/discussions/1487
|
||||
(use-package eldoc :straight (:type built-in))
|
||||
(use-package org :straight (:type built-in))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue