A few minor updates
[syinit] / init-el
diff --git a/init-el b/init-el
index a0c9458..656ba54 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
@@ -36,7 +36,7 @@
 ;;
 
 ;; For debugging...
-(setq debug-on-error t)
+;(setq debug-on-error t)
 ;(setq debug-on-signal t)
 ;(setq stack-trace-on-signal t)
 
 (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"))
-
-
 ;:*=======================
 ;:* Links to the rest of my config
 ;;
@@ -62,7 +54,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 -->