Loads and loads and loads of updates.
[syinit] / init-el
diff --git a/init-el b/init-el
index 37440b6..41b91a0 100644 (file)
--- a/init-el
+++ b/init-el
 ;; lisp-initd.el to NOT be able to byte-compile init.d.el
 (add-hook 'emacs-lisp-mode-hook #'turn-on-howm-mode)
 
+;; I'm toying with the idea of trying to get XWEM running again.  This
+;; won't run until I explicitly set XWEM_RUNNING to "notyet" in my
+;; ~/.xinitrc, so quite safe to leave this here until I'm ready for
+;; it.
+(when (and (string= "notyet" (getenv "XWEM_RUNNING"))
+          (device-on-window-system-p))
+  (require 'xwem-load)
+  (xwem-init)
+  (setenv "XWEM_RUNNING" "yes"))
+
 ;:*=======================
 ;:* Links to the rest of my config
 ;;
 ;;   files for easy viewing online.  And the filenames are hyperlinks
 ;;   to the source init files themselves.
 ;;
-;;   All the source files are the real deal.  They're actually symlinks
-;;   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 -->