summaryrefslogtreecommitdiff
path: root/emacs/guix-ui-license.el
Commit message (Expand)AuthorAgeFilesLines
* emacs: Add "edit" command to a list of licenses.•••* emacs/guix-ui-license.el (guix-license-list-edit): New command. (guix-license-list-mode-map): Bind it to "e" key. Alex Kost2016-04-261-0/+7
* emacs: Add license definition button to License Info buffer.•••* emacs/guix-ui-license.el (guix-license-insert-file): New procedure. (guix-license-info-format): Use it. Alex Kost2016-04-261-1/+14
* emacs: Display message if license not found.•••* emacs/guix-ui-license.el (guix-license-message): New procedure. (guix-license-info-message-function): Use it. (guix-license-list-message-function): Likewise. Alex Kost2016-04-181-0/+11
* emacs: Separate package license code.•••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. Alex Kost2016-04-181-0/+119