diff options
| author | Alex Kost <alezost@gmail.com> | 2017-06-16 22:07:05 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-06-19 20:45:07 +0300 |
| commit | afd36bc8e82483958ee308f2be3dc7d0b2e90cc0 (patch) | |
| tree | 2ab5360059ac7d04956894f582f6edc4c8699c0e | |
| parent | elisp: Add and use 'guix-ui-hint' (diff) | |
| download | guix-wigust-afd36bc8e82483958ee308f2be3dc7d0b2e90cc0.tar.gz | |
elisp/ui-profile: Mention "apply-manifest" in the hint
* elisp/guix-ui-profile.el (guix-profile-list-default-hint): Add a
string for 'guix-profile-list-apply-manifest' command.
| -rw-r--r-- | elisp/guix-ui-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp/guix-ui-profile.el b/elisp/guix-ui-profile.el index 9aa7b8e..91e4183 100644 --- a/elisp/guix-ui-profile.el +++ b/elisp/guix-ui-profile.el @@ -86,7 +86,8 @@ (defvar guix-profile-list-default-hint '(("\\[guix-profile-list-show-packages]") " show packages;\n" ("\\[guix-profile-list-show-generations]") " show generations;\n" - ("\\[guix-profile-list-set-current]") " set current profile;\n")) + ("\\[guix-profile-list-set-current]") " set current profile;\n" + ("\\[guix-profile-list-apply-manifest]") " apply manifest;\n")) (defun guix-profile-list-hint () (bui-format-hints |
