eglot-x icon indicating copy to clipboard operation
eglot-x copied to clipboard

Publish to MELPA

Open appetrosyan opened this issue 2 years ago • 5 comments

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.

appetrosyan avatar Mar 28 '23 07:03 appetrosyan

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

nemethf avatar Mar 28 '23 15:03 nemethf

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.

nemethf avatar Mar 29 '23 11:03 nemethf

What's wrong with MELPA, though?

appetrosyan avatar Mar 29 '23 11:03 appetrosyan

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 avatar Mar 29 '23 18:03 nemethf

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

nemethf avatar May 20 '23 21:05 nemethf