diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-19 20:27:58 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-25 22:11:47 +0300 |
commit | 71310ccc56f24c7975ddc3bb9893083e138be808 (patch) | |
tree | 04a42ce70f4b6e6a55ab240d84c65ee5106d0098 /emacs.am | |
parent | 0a2a2b3387199c374c23912c0acfdf4156a0a84f (diff) | |
download | guix-71310ccc56f24c7975ddc3bb9893083e138be808.tar guix-71310ccc56f24c7975ddc3bb9893083e138be808.tar.gz |
emacs: Add 'guix-browse-license-url' command.
* emacs/guix-main.scm (%licenses): New variable.
(licenses, license-names, lookup-license, lookup-license-uri): New
procedures.
* emacs/guix-read.el (guix-license-names, guix-read-license-name): New
procedures.
* emacs/guix-license.el: New file.
(guix-lookup-license-url): New procedure.
(guix-browse-license-url): New command.
* emacs.am (ELFILES): Add new file.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2014, 2015 Alex Kost <alezost@gmail.com> +# Copyright © 2014, 2015, 2016 Alex Kost <alezost@gmail.com> # # This file is part of GNU Guix. # @@ -37,6 +37,7 @@ ELFILES = \ emacs/guix-hydra-jobset.el \ emacs/guix-info.el \ emacs/guix-init.el \ + emacs/guix-license.el \ emacs/guix-list.el \ emacs/guix-messages.el \ emacs/guix-pcomplete.el \ |