X-Git-Url: http://cgit.sxemacs.org/?p=syinit;a=blobdiff_plain;f=init-el;h=4e7e47cc66945f72b7f47a97f913e63d0868cc9c;hp=7f6164339c1523fbdb73d846d3e793e439d9caa0;hb=34a931b0594293bd3059abb6c5e1d4b7a8f497c7;hpb=d5d7ee417b155ae84a3ba86e537e7fdff8c3765e diff --git a/init-el b/init-el index 7f61643..4e7e47c 100644 --- 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 @@ -46,13 +46,9 @@ (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! :-) ;; ;;