Skip to content

Commit

Permalink
Add proper google-translate receipe
Browse files Browse the repository at this point in the history
  • Loading branch information
shevchuk committed May 25, 2020
1 parent eaa80f5 commit 8e758b1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
s
ag
dash
google-translate
google-translate-f279801
plantuml-mode
flycheck-plantuml
powerline
Expand Down
40 changes: 22 additions & 18 deletions lisp/elget-loader.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,28 @@
'((:name grizzl
:type github
:pkgname "d11wtq/grizzl")
(:name flx
:type github
:pkgname "lewang/flx")
(:name org-jira
:type github
:pkgname "baohaojun/org-jira")
(:name ztree
:type github
:pkgname "fourier/ztree")
(:name js-beautify
:type github
:pkgname "einars/js-beautify")
(:name flx-ido
:description "flx-ido"
:type http
:url "https://github.com/lewang/flx/blob/master/flx-ido.el"
:depends flx)
))
(:name flx
:type github
:pkgname "lewang/flx")
(:name org-jira
:type github
:pkgname "baohaojun/org-jira")
(:name ztree
:type github
:pkgname "fourier/ztree")
(:name js-beautify
:type github
:pkgname "einars/js-beautify")
(:name flx-ido
:description "flx-ido"
:type http
:url "https://github.com/lewang/flx/blob/master/flx-ido.el"
:depends flx)
(:name google-translate-f279801
:description "Emacs interface to Google Translate"
:type github
:pkgname "f279801/google-translate")
))

(defun install-elget ()
(progn
Expand Down

0 comments on commit 8e758b1

Please sign in to comment.