diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-03-21 14:53:29 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-03-21 15:12:55 +0300 |
| commit | 6336bd068d1acd252ddd4b807bcfbcf1446ba9fd (patch) | |
| tree | 7acf03bec67eddd2dd4b44101c482e41414ab855 | |
| parent | wigust: Add emacs-f3. (diff) | |
| download | guix-wigust-6336bd068d1acd252ddd4b807bcfbcf1446ba9fd.tar.gz | |
wigust: emacs-company-lua: Polish.
* wigust/packages/emacs.scm (emacs-company-lua): Polish.
| -rw-r--r-- | wigust/packages/emacs.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index 6915f39..c933a94 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -156,18 +156,17 @@ editor with athena toolkit" ) (delete 'reset-gzip-timestamps)))))))) (define-public emacs-company-lua - (let ((commit "0be8122f3adf57ad27953bf4b03545d6298d3da4") - (revision "1")) + (let ((commit "0be8122f3adf57ad27953bf4b03545d6298d3da4")) (package (name "emacs-company-lua") - (version "0.1") + (version (git-version "0.1" "1" commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/ptrv/company-lua.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "1d9i165apgmwns7b2fd5wcpjpkah3dyj20v5sb8ynvz6qhhr5r9c")))) @@ -179,7 +178,8 @@ editor with athena toolkit" ) ("emacs-lua-mode" ,emacs-lua-mode))) (home-page "https://github.com/ptrv/company-lua") (synopsis "Company backend for Lua") - (description "Company backend for Lua") + (description + "This package provides Company backend for Lua programming language.") (license license:gpl3+)))) (define-public emacs-company-tern |
