From 283c731bfdae5302a5b6fc3ddf4c8cf4e6fec697 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Tue, 15 Aug 2023 23:27:56 +0530 Subject: [PATCH] Add and enable eglot-x package --- hosts/hermes/doom/config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/hermes/doom/config.org b/hosts/hermes/doom/config.org index 0d10eba..0294ef3 100644 --- a/hosts/hermes/doom/config.org +++ b/hosts/hermes/doom/config.org @@ -141,6 +141,9 @@ Tangle ~packages.el~ from within org-mode. (package! eglot :type 'built-in :built-in 'prefer) +(package! eglot-x + :recipe (:type git :host github :repo "nemethf/eglot-x")) + (package! ement) (package! org-modern) @@ -896,6 +899,12 @@ mu4e + mbsync + msmtp: :nix (:flake (:autoArchive t :autoEvalInputs t :nixpkgsInputName "nixpkgs")))))) + +(use-package! eglot-x + :after (eglot) + :commands (eglot-ensure eglot-x-setup) + :config + (eglot-x-setup)) #+end_src * Little things