diff options
| author | Alex Kost <alezost@gmail.com> | 2014-08-27 16:44:17 +0400 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2014-09-03 23:50:35 +0400 |
| commit | 457f60fa068c7becf60841daa2b6fc5121aedead (patch) | |
| tree | 8cae5e141a6c5c643255b6777e19c063010cf6f0 /.gitignore | |
| parent | a423555d3c4314f8347d75b050d7daf6e594281f (diff) | |
Add Emacs user interface.
* configure.ac (emacsuidir): New variable.
(AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'.
* Makefile.am: Include 'emacs.am'.
* emacs.am: New file.
* doc/emacs.texi: New file.
* doc/guix.texi: Include 'emacs.texi'.
* emacs/guix-backend.el: New file.
* emacs/guix-base.el: New file.
* emacs/guix-helper.scm.in: New file.
* emacs/guix-history.el: New file.
* emacs/guix-info.el: New file.
* emacs/guix-init.el.in: New file.
* emacs/guix-list.el: New file.
* emacs/guix-main.scm: New file.
* emacs/guix-utils.el: New file.
* emacs/guix.el: New file.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dacd234c9b3..a424a397c4e 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -105,3 +105,8 @@ GTAGS | |||
| 105 | /nix-setuid-helper | 105 | /nix-setuid-helper |
| 106 | /nix/scripts/guix-authenticate | 106 | /nix/scripts/guix-authenticate |
| 107 | /nix/scripts/offload | 107 | /nix/scripts/offload |
| 108 | /emacs/Makefile.in | ||
| 109 | /emacs/Makefile | ||
| 110 | /emacs/guix-autoloads.el | ||
| 111 | /emacs/guix-helper.scm | ||
| 112 | /emacs/guix-init.el | ||
