Now on melpa

This commit is contained in:
TEC 2021-02-04 14:11:24 +08:00
parent 2a8db50fb8
commit e59224cd58
Signed by: tec
GPG Key ID: 779591AFDB81F06C
2 changed files with 3 additions and 1 deletions

View File

@ -23,5 +23,5 @@ jobs:
- name: Run - name: Run
env: env:
RECIPE: (lexic :repo "tecosaur/lexic" :fetcher github) RECIPE: (lexic :repo "tecosaur/lexic" :fetcher github)
EXIST_OK: false EXIST_OK: true
run: echo $GITHUB_REF && make -C ~/melpazoid run: echo $GITHUB_REF && make -C ~/melpazoid

View File

@ -1,6 +1,8 @@
#+TITLE: Emacs Lexical Information Viewer #+TITLE: Emacs Lexical Information Viewer
#+AUTHOR: tecosaur #+AUTHOR: tecosaur
#+HTML: <a href="https://melpa.org/#/lexic"><img src="https://melpa.org/packages/lexic-badge.svg"></a>
It's nice to know more about the words you're using. Online dictionaries have It's nice to know more about the words you're using. Online dictionaries have
proliferated and become quite useful, and there are some nice packages available proliferated and become quite useful, and there are some nice packages available
like [[https://github.com/abo-abo/define-word][define-word]] which make use of such online resources. like [[https://github.com/abo-abo/define-word][define-word]] which make use of such online resources.