summaryrefslogtreecommitdiff
path: root/emacs.am
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-08-30 18:47:01 +0300
committerAlex Kost <alezost@gmail.com>2015-09-01 13:03:50 +0300
commit70fabd498c275d0d5cb43f2c13f8293b878c8e4e (patch)
tree72569b5941a0ccea6772314e4380b4a769e15062 /emacs.am
parent8b9ceb8d03ab7b67cab9ce96b66f197c331ccc04 (diff)
downloadguix-patches-70fabd498c275d0d5cb43f2c13f8293b878c8e4e.tar
guix-patches-70fabd498c275d0d5cb43f2c13f8293b878c8e4e.tar.gz
emacs: Add code to run 'dot' program.
* emacs/guix-external.el: New file. * emacs.am (ELFILES): Add it.
Diffstat (limited to 'emacs.am')
-rw-r--r--emacs.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.am b/emacs.am
index 0f1ac946de..5d3cb81257 100644
--- a/emacs.am
+++ b/emacs.am
@@ -23,6 +23,7 @@ ELFILES = \
emacs/guix-base.el \
emacs/guix-command.el \
emacs/guix-emacs.el \
+ emacs/guix-external.el \
emacs/guix-help-vars.el \
emacs/guix-history.el \
emacs/guix-info.el \