Add and enable eglot-x package

This commit is contained in:
Payas Relekar 2023-08-15 23:27:56 +05:30
parent 71641596ac
commit 283c731bfd

View file

@ -141,6 +141,9 @@ Tangle ~packages.el~ from within org-mode.
(package! eglot :type 'built-in :built-in 'prefer) (package! eglot :type 'built-in :built-in 'prefer)
(package! eglot-x
:recipe (:type git :host github :repo "nemethf/eglot-x"))
(package! ement) (package! ement)
(package! org-modern) (package! org-modern)
@ -896,6 +899,12 @@ mu4e + mbsync + msmtp:
:nix (:flake (:autoArchive t :nix (:flake (:autoArchive t
:autoEvalInputs t :autoEvalInputs t
:nixpkgsInputName "nixpkgs")))))) :nixpkgsInputName "nixpkgs"))))))
(use-package! eglot-x
:after (eglot)
:commands (eglot-ensure eglot-x-setup)
:config
(eglot-x-setup))
#+end_src #+end_src
* Little things * Little things