nemethf / eglot-x

Protocol extensions for Eglot
GNU General Public License v3.0
120 stars 6 forks source link

Publish to MELPA #1

Open appetrosyan opened 1 year ago

appetrosyan commented 1 year ago

Would be nice to be able to

(use-package eglot-x
  :ensure t
  :config 
  (with-eval-after-load 'eglot (require 'eglot-x)))

To use this package.

nemethf commented 1 year ago

Can't use-package rely on the newish vc-package-install? That would eliminate the need for melpa.

nemethf commented 1 year ago

vc-package-install

I meant to write package-vc-install, but my typo lead to https://github.com/slotThe/vc-use-package, which seems to be perfect for the original problem.

appetrosyan commented 1 year ago

What's wrong with MELPA, though?

nemethf commented 1 year ago

What's wrong with MELPA, though?

Nothing per se. Although, I'd rather submit it to Elpa. But I need to slightly update code before that. So stay tuned.

nemethf commented 1 year ago

I've started the process. https://lists.gnu.org/archive/html/emacs-devel/2023-05/msg00135.html