diff options
author | Alex Kost <alezost@gmail.com> | 2015-08-30 18:47:01 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-09-01 13:03:50 +0300 |
commit | 70fabd498c275d0d5cb43f2c13f8293b878c8e4e (patch) | |
tree | 72569b5941a0ccea6772314e4380b4a769e15062 /emacs.am | |
parent | 8b9ceb8d03ab7b67cab9ce96b66f197c331ccc04 (diff) | |
download | guix-70fabd498c275d0d5cb43f2c13f8293b878c8e4e.tar guix-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.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |