Re: [PATCH 3/3] emacs: Add "edit" command to a list of licenses.

2016-04-26 Thread Alex Kost
Ludovic Courtès (2016-04-26 00:47 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-ui-license.el (guix-license-list-edit): New command. >> (guix-license-list-mode-map): Bind it to "e" key. > > OK! > > And sorry for the delay… No problem :-) I've pushed this patchset, thanks! -- Alex

Re: [PATCH 3/3] emacs: Add "edit" command to a list of licenses.

2016-04-25 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-ui-license.el (guix-license-list-edit): New command. > (guix-license-list-mode-map): Bind it to "e" key. OK! And sorry for the delay… Ludo’.

[PATCH 3/3] emacs: Add "edit" command to a list of licenses.

2016-04-18 Thread Alex Kost
* emacs/guix-ui-license.el (guix-license-list-edit): New command. (guix-license-list-mode-map): Bind it to "e" key. --- emacs/guix-ui-license.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/emacs/guix-ui-license.el b/emacs/guix-ui-license.el index 772a168..cf1b5cd 100644 --- a/emacs/