summaryrefslogtreecommitdiff
path: root/emacs/guix-ui-license.el
Commit message (Collapse)AuthorAge
* emacs: Add "edit" command to a list of licenses.Alex Kost2016-04-26
| | | | | * emacs/guix-ui-license.el (guix-license-list-edit): New command. (guix-license-list-mode-map): Bind it to "e" key.
* emacs: Add license definition button to License Info buffer.Alex Kost2016-04-26
| | | | | * emacs/guix-ui-license.el (guix-license-insert-file): New procedure. (guix-license-info-format): Use it.
* emacs: Display message if license not found.Alex Kost2016-04-18
| | | | | | * emacs/guix-ui-license.el (guix-license-message): New procedure. (guix-license-info-message-function): Use it. (guix-license-list-message-function): Likewise.
* emacs: Separate package license code.Alex Kost2016-04-18
Move list/info interface code from "guix-license.el" to "guix-ui-license.el". * emacs/guix-license.el (guix-license-get-entries, guix-license-get-display) (guix-license-insert-packages-button, guix-license-insert-comment) (guix-licenses): Move to... * emacs/guix-ui-license.el: ... here. New file. * emacs.am (ELFILES): Add it.