Re-order inits because of Gnus fuckery
[syinit] / init-el
diff --git a/init-el b/init-el
index 7f61643..4e7e47c 100644 (file)
--- a/init-el
+++ b/init-el
@@ -4,7 +4,7 @@
 ;;
 ;; Download this rls=../inits/init.el;rld=init.el source here;rle.
 
-;; This is my `user-init-file' (~/.sxemacs/init.el).  I like a
+;; This is my `user-init-file' (~/.config/sxemacs/init.el).  I like a
 ;; "modular" approach to things, so all this file does is load the
 ;; various other init files.  This is done via SXEmacs' new SysV
 ;; style rc.d mechanism: lisp-initd.el
 (save-window-excursion
   (lisp-initd-compile-and-load))
 
-;:*=======================
-;:* XWEM/XLIB (I'm using Sawfish these days)
-;(when (and (string= "notyet" (getenv "XWEM_RUNNING"))
-;         (device-on-window-system-p))
-;  (xwem-init)
-;  (setenv "XWEM_RUNNING" "yes"))
-
+;; Having this in one of my inits in ~/.config/sxemacs/init.d causes
+;; lisp-initd.el to NOT be able to byte-compile init.d.el
+(add-hook 'emacs-lisp-mode-hook #'turn-on-howm-mode)
 
 ;:*=======================
 ;:* Links to the rest of my config
@@ -62,7 +58,7 @@
 ;;   to the source init files themselves.
 ;;
 ;;   All the source files are the real deal.  They're actually symlinks
-;;   to the ones I have in ~/.sxemacs/init.d In other words, these
+;;   to the ones I have in ~/.config/sxemacs/init.d In other words, these
 ;;   babies are live! :-)
 ;;
 ;; <!-- Ignore this mess, it is purely for the online HTML version of this file -->