diff options
author | Alex Kost <alezost@gmail.com> | 2016-02-08 20:18:25 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-02-18 11:59:03 +0300 |
commit | 19a9c6f47c9161f6596c31625531c83b13f4d4ae (patch) | |
tree | bb9ef98d2dafe2b0840e9fe4bb95ac3e6ad88c76 /emacs/guix-init.el | |
parent | 5dccaffe64d6422049815115831373e8b4ffa8ec (diff) | |
download | patches-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-init.el')
-rw-r--r-- | emacs/guix-init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/guix-init.el b/emacs/guix-init.el index 47ced6abaa..1d7d258f69 100644 --- a/emacs/guix-init.el +++ b/emacs/guix-init.el @@ -1,7 +1,4 @@ (require 'guix-autoloads) (require 'guix-emacs) -(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) |