Skip to content

Commit

Permalink
README: Add MELPA badge and remove straight description
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Oct 7, 2021
1 parent 9700eac commit bf6b496
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#+AUTHOR: Mohsin Kaleem
# LocalWords: yasnippet

#+html: <p align="right"><a href="https://melpa.org/#/consult-yasnippet"><img align="center" alt="MELPA" src="https://melpa.org/packages/consult-yasnippet-badge.svg"/></a></p>



A [[https://github.com/minad/consult][consult]]ing-read interface for [[https://github.com/joaotavora/yasnippet][yasnippet]].
Expand All @@ -15,7 +17,6 @@ This package implements the yasnippet consulting-read interface from [[https://g
- [[#installation][Installation]]
- [[#manually][Manually]]
- [[#from-melpa][From MELPA]]
- [[#straight][straight]]

* Installation
** Manually
Expand All @@ -32,11 +33,3 @@ This package implements the yasnippet consulting-read interface from [[https://g
(package-refresh-contents)
(package-install 'consult-eglot)
#+end_src

** straight
You can also install this package through the [[https://github.com/raxod502/straight.el][straight]] package manager.

#+begin_src emacs-lisp
(straight-use-package '(consult-yasnippet :host github
:repo "mohkale/consult-yasnippet"))
#+end_src

0 comments on commit bf6b496

Please sign in to comment.