summaryrefslogtreecommitdiff
path: root/emacs/guix-config.el.in
diff options
context:
space:
mode:
authorMark H Weaver <[email protected]>2016-05-11 13:37:47 -0400
committerMark H Weaver <[email protected]>2016-05-11 13:37:47 -0400
commit9f5e79675367aedd6be89e07edbc08a6e3695fab (patch)
tree2679dfc572b7173ba6fe52611047a47283af119d /emacs/guix-config.el.in
parente2b89203db6c2056c9658be40ab1be471769d9eb (diff)
parentcf60e76a9503156a8c1047fa446525b28842f7e8 (diff)
Merge branch 'master' into gnome-updates
Diffstat (limited to 'emacs/guix-config.el.in')
-rw-r--r--emacs/guix-config.el.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/emacs/guix-config.el.in b/emacs/guix-config.el.in
index d03df9ce63..c09c2fe86a 100644
--- a/emacs/guix-config.el.in
+++ b/emacs/guix-config.el.in
@@ -1,7 +1,7 @@
;;; guix-config.el --- Compile-time configuration of Guix.
;; Copyright © 2015 Mathieu Lirzin <[email protected]>
-;; Copyright © 2015 Alex Kost <[email protected]>
+;; Copyright © 2015, 2016 Alex Kost <[email protected]>
;; This file is part of GNU Guix.
@@ -20,6 +20,12 @@
;;; Code:
+(defconst guix-config-name "@PACKAGE_NAME@"
+ "Guix full name.")
+
+(defconst guix-config-version "@PACKAGE_VERSION@"
+ "Guix version.")
+
(defconst guix-config-emacs-interface-directory
(replace-regexp-in-string "${prefix}" "@prefix@" "@emacsuidir@"))