diff options
author | Alex Kost <alezost@gmail.com> | 2016-04-20 19:27:44 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-05-09 11:41:00 +0300 |
commit | e3dba5ac75fd27acbf2067dcdb61a49f59cc33e6 (patch) | |
tree | b7b184af3b1b384e2ddf67d92d2b885f9a1fedbd /emacs/local.mk | |
parent | 4c7729dc5602d1552df63fa3e8e10db3f5883a44 (diff) |
emacs: Add 'guix-version' command.
* emacs/guix-config.el.in (guix-config-name, guix-config-version): New
constants.
* emacs/guix-about.el (guix-version): New command. New file.
* emacs/local.mk (ELFILES): Add it.
Diffstat (limited to 'emacs/local.mk')
-rw-r--r-- | emacs/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/local.mk b/emacs/local.mk index 62e33e4fd2..f83063cf5f 100644 --- a/emacs/local.mk +++ b/emacs/local.mk @@ -20,6 +20,7 @@ AUTOLOADS = emacs/guix-autoloads.el ELFILES = \ + emacs/guix-about.el \ emacs/guix-backend.el \ emacs/guix-base.el \ emacs/guix-build-log.el \ |