diff options
author | Alex Kost <alezost@gmail.com> | 2015-10-31 22:01:45 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-11-02 15:52:52 +0300 |
commit | f4044b586d04c197325dec36eb35e77fe05028c7 (patch) | |
tree | 406d7be64dd166984d79c2e0eb88bab44d255029 /emacs/guix-init.el | |
parent | 0048552d0de1582f016535078274be3cd4c66057 (diff) | |
download | patches-f4044b586d04c197325dec36eb35e77fe05028c7.tar patches-f4044b586d04c197325dec36eb35e77fe05028c7.tar.gz |
emacs: Enable 'guix-build-log-minor-mode' in shell buffers.
* emacs/guix-build-log.el (guix-build-log-minor-mode-activate): New variable.
(guix-build-log-minor-mode-activate-maybe): New function.
* emacs/guix-init.el: Add it to 'shell-mode-hook'.
* doc/emacs.texi (Emacs Build Log): Mention it.
Diffstat (limited to 'emacs/guix-init.el')
-rw-r--r-- | emacs/guix-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/guix-init.el b/emacs/guix-init.el index 4b3d9c281c..1612dee83f 100644 --- a/emacs/guix-init.el +++ b/emacs/guix-init.el @@ -15,5 +15,6 @@ avoid loading autoloads of Emacs packages installed in (guix-emacs-load-autoloads 'all)) (add-hook 'scheme-mode-hook 'guix-devel-activate-mode-maybe) +(add-hook 'shell-mode-hook 'guix-build-log-minor-mode-activate-maybe) (provide 'guix-init) |