;; -*- Emacs-Lisp -*- ;; ;;; Personal SXEmacs configuration of Steve Youngs ;; ;; Download this rls=../inits/init.el;rld=init.el source here;rle. ;; This is my `user-init-file' (~/.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 ;; ;:*======================= ;:* W A R N I N G --- D A N G E R (thar be dragons!) ;; ;; I have absolutely no problem or issues with anyone stealing ;; any (or all) of these configs. But please understand that it ;; most likely WILL NOT run "out of the box" for you. This is my ;; personal config and it is not meant to be a "one size fits ;; all" or a "newbie fast-track" type of setup. ;; ;; In fact, if you are a newbie I would strongly suggest that you ;; don't put any of this stuff into your own setup until you ;; understand what it does. Just keep it somewhere away from your ;; SXEmacs' load-path and gradually incorporate things as you get ;; to know what it all does. ;; ;; I'm happy to help you out with your config and/or answer questions ;; about this one. Email me at ;; ;;; Credits: ;; ;; The HTML version of this file was created with Hrvoje Niksic's ;; htmlize.el which is part of the XEmacs "text-modes" package. ;; ;; For debugging... ;(setq debug-on-error t) ;(setq debug-on-signal t) ;(setq stack-trace-on-signal t) ;:*======================= ;:* On with the show! (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 ;; ;; The descriptions are hyperlinks to the HTML versions of the init ;; 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 ~/.sxemacs/init.d In other words, these ;; babies are live! :-) ;; ;; ; ; rls=00-build.html;rld=Pre-Loads for byte-compiling the init files;rle: rls=../inits/00-build.el;rld=00-build.el;rle ; rls=01-vars-sy.html;rld=Misc Variables;rle: rls=../inits/01-vars-sy.el;rld=01-vars-sy.el;rle ; rls=02-keys-sy.html;rld=Key bindings;rle: rls=../inits/02-keys-sy.el;rld=02-keys-sy.el;rle ; rls=03-c-mode-sy.html;rld=C-mode Settings;rle: rls=../inits/03-c-mode-sy.el;rld=03-c-mode-sy.el;rle ; rls=04-w3-sy.html;rld=Emacs/W3 Settings;rle: rls=../inits/04-w3-sy.el;rld=04-w3-sy.el;rle ; rls=05-latex-sy.html;rld=LaTeX Settings;rle: rls=../inits/05-latex-sy.el;rld=05-latex-sy.el;rle ; rls=06-tex-site-sy.html;rld=Replace AUCTeX' tex-site.el;rle: rls=../inits/06-tex-site-sy.el;rld=06-tex-site-sy.el;rle ; rls=07-html-sy.html;rld=HTML (coding) Settings;rle: rls=../inits/07-html-sy.el;rld=07-html-sy.el;rle ; rls=08-bbdb-sy.html;rld=BBDB Settings;rle: rls=../inits/08-bbdb-sy.el;rld=08-bbdb-sy.el;rle ; rls=09-sounds-sy.html;rld=Sound Settings;rle: rls=../inits/09-sounds-sy.el;rld=09-sounds-sy.el;rle ; rls=10-toolbar-sy.html;rld=Toolbar Settings;rle: rls=../inits/10-toolbar-sy.el;rld=10-toolbar-sy.el;rle ; rls=11-pkgs-sy.html;rld=Lots of XE packages Settings;rle: rls=../inits/11-pkgs-sy.el;rld=11-pkgs-sy.el;rle ; rls=12-cal-sy.html;rld=Calendar/Diary Settings;rle: rls=../inits/12-cal-sy.el;rld=12-cal-sy.el;rle ; rls=13-misc-sy.html;rld=Misc Stuff;rle: rls=../inits/13-misc-sy.el;rld=13-misc-sy.el;rle ; rls=14-fonts-sy.html;rld=Pretty Colours;rle: rls=../inits/14-fonts-sy.el;rld=14-fonts-sy.el;rle ; rls=15-supercite-sy.html;rld=Mail citing;rle: rls=../inits/15-supercite-sy.el;rld=15-supercite-sy.el;rle ; rls=16-riece-sy.html;rld=Riece (IRC) Settings;rle: rls=../inits/16-riece-sy.el;rld=16-riece-sy.el;rle ; rls=17-emchat-sy.html;rld=EMchat Settings;rle: rls=../inits/17-emchat-sy.el;rld=17-emchat-sy.el;rle