Update howm settings, and work-around a howm/lisp-initd issue.
authorSteve Youngs <steve@sxemacs.org>
Sun, 21 Jun 2015 07:44:26 +0000 (17:44 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 21 Jun 2015 07:44:26 +0000 (17:44 +1000)
commitd72cf27bcc757b22a20264b72532a9f0c68f8a66
treea62d2620f579ff76431b052b73d312b6777360f7
parent9f5a7612d25381e1f402f954945a9c405a4325d7
Update howm settings, and work-around a howm/lisp-initd issue.

For some reason lisp-initd cannot byte-compile the init.d.el file if
howm-mode is active in the init.d.el buffer.  This changeset "fixes" that
by moving the appropriate #'add-hook call to init.el _after_ lisp-initd
has run.

* 11-pkgs-sy.el: Update howm settings, howm-directory etc.
Don't turn on howm-mode for elisp files here, do it in init.el.

* init-el: Turn on howm-mode for elisp file _after_ lisp-initd has
done its thing.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
11-pkgs-sy.el
init-el