diff options
author | Alex Kost <alezost@gmail.com> | 2015-07-24 10:49:24 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-09-22 22:05:09 +0300 |
commit | f029f8a759da6ad3624cfb6acee814e44534e3d4 (patch) | |
tree | b8a535534efdc23837d1c91f8e2eafe28d56fd7d /emacs.am | |
parent | c74cd6cc12b495a8f4142bffbfe5634090f050f4 (diff) | |
download | patches-f029f8a759da6ad3624cfb6acee814e44534e3d4.tar patches-f029f8a759da6ad3624cfb6acee814e44534e3d4.tar.gz |
emacs: Move code for evaluating to "guix-geiser.el".
* emacs/guix-backend.el: Adjust commentary. Move "eval" code to ...
(guix-eval, guix-eval-read, guix-eval-in-repl): Adjust to use new
functions.
* emacs/guix-geiser.el: ...here. New file.
(guix-geiser-eval, guix-geiser-eval-read, guix-geiser-eval-in-repl,
guix-repl-send): New functions.
* emacs.am (ELFILES): Add "guix-geiser.el".
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ ELFILES = \ emacs/guix-command.el \ emacs/guix-emacs.el \ emacs/guix-external.el \ + emacs/guix-geiser.el \ emacs/guix-guile.el \ emacs/guix-help-vars.el \ emacs/guix-history.el \ |