manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
384 stars 38 forks source link

How about publishing to Melpa? #92

Closed 3tty0n closed 4 years ago

3tty0n commented 4 years ago

Do authors/contributors have a plan to publish this package to melpa?

manateelazycat commented 4 years ago

No I don't like MELPA, thanks

phipsgabler commented 3 years ago

Just saving this for future readers: I use quelpa's use-package integration to streamline installation of non-Melpa packages like this one:

(use-package awesome-tab
  :quelpa (awesome-tab :fetcher github :repo "manateelazycat/awesome-tab")
  ...)