summaryrefslogtreecommitdiff
path: root/emacs/guix-build-log.el
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2016-02-08 20:18:25 +0300
committerAlex Kost <alezost@gmail.com>2016-02-18 11:59:03 +0300
commit19a9c6f47c9161f6596c31625531c83b13f4d4ae (patch)
treebb9ef98d2dafe2b0840e9fe4bb95ac3e6ad88c76 /emacs/guix-build-log.el
parent5dccaffe64d6422049815115831373e8b4ffa8ec (diff)
downloadpatches-19a9c6f47c9161f6596c31625531c83b13f4d4ae.tar
patches-19a9c6f47c9161f6596c31625531c83b13f4d4ae.tar.gz
emacs: Autoload hooks instead of putting them in 'guix-init'.
* emacs/guix-init.el: Move adding hooks to... * emacs/guix-build-log.el: ... here. * emacs/guix-devel.el: ... and here.
Diffstat (limited to 'emacs/guix-build-log.el')
-rw-r--r--emacs/guix-build-log.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/guix-build-log.el b/emacs/guix-build-log.el
index e08a88f6cc..f67be16326 100644
--- a/emacs/guix-build-log.el
+++ b/emacs/guix-build-log.el
@@ -367,6 +367,9 @@ programmatically using hooks:
(guix-build-log-mode))
;;;###autoload
+(add-hook 'shell-mode-hook 'guix-build-log-minor-mode-activate-maybe)
+
+;;;###autoload
(add-to-list 'auto-mode-alist
;; Regexp for log files (usually placed in /var/log/guix/...)
(cons (rx "/guix/drvs/" (= 2 alnum) "/" (= 30 alnum)