Re: [PATCH 1/3] emacs: Autoload hooks instead of putting them in 'guix-init'.

2016-02-18 Thread Alex Kost
Alex Kost (2016-02-10 11:47 +0300) wrote: > * emacs/guix-init.el: Move adding hooks to... > * emacs/guix-build-log.el: ... here. > * emacs/guix-devel.el: ... and here. > --- > emacs/guix-build-log.el | 3 +++ > emacs/guix-devel.el | 3 +++ > emacs/guix-init.el | 3 --- > 3 files changed,

[PATCH 1/3] emacs: Autoload hooks instead of putting them in 'guix-init'.

2016-02-10 Thread Alex Kost
* emacs/guix-init.el: Move adding hooks to... * emacs/guix-build-log.el: ... here. * emacs/guix-devel.el: ... and here. --- emacs/guix-build-log.el | 3 +++ emacs/guix-devel.el | 3 +++ emacs/guix-init.el | 3 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/emacs/guix-b