diff options
author | Alex Kost <alezost@gmail.com> | 2015-08-14 10:47:10 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-08-30 18:26:03 +0300 |
commit | 9b0afb0d289c58233bbc1764097b88e7fab3724f (patch) | |
tree | ff48fe83f2cf66bfd359435b434a2c9c9ccaf08a /emacs.am | |
parent | 1f13861b579aadf6818f4388a9e9654c9637ae5c (diff) | |
download | guix-9b0afb0d289c58233bbc1764097b88e7fab3724f.tar guix-9b0afb0d289c58233bbc1764097b88e7fab3724f.tar.gz |
emacs: Add popup interface for guix commands.
* emacs/guix-command.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Initial Setup): Mention 'magit-popup' library.
(Emacs Popup Interface): New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Likewise.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ AUTOLOADS = emacs/guix-autoloads.el ELFILES = \ emacs/guix-backend.el \ emacs/guix-base.el \ + emacs/guix-command.el \ emacs/guix-emacs.el \ emacs/guix-help-vars.el \ emacs/guix-history.el \ |