Quick docfix
[syinit] / init-el
1 ;; -*- Emacs-Lisp -*-
2 ;;
3 ;;; Personal SXEmacs configuration of Steve Youngs <steve@sxemacs.org>
4 ;;
5 ;; Download this rls=../inits/init.el;rld=init.el source here;rle.
6
7 ;; This is my `user-init-file' (~/.config/sxemacs/init.el).  I like a
8 ;; "modular" approach to things, so all this file does is load the
9 ;; various other init files.  This is done via SXEmacs' new SysV
10 ;; style rc.d mechanism: lisp-initd.el
11 ;;
12
13 ;:*=======================
14 ;:* W A R N I N G --- D A N G E R (thar be dragons!)
15 ;;
16 ;;   I have absolutely no problem or issues with anyone stealing
17 ;;   any (or all) of these configs.  But please understand that it
18 ;;   most likely WILL NOT run "out of the box" for you.  This is my
19 ;;   personal config and it is not meant to be a "one size fits
20 ;;   all" or a "newbie fast-track" type of setup.
21 ;;
22 ;;   In fact, if you are a newbie I would strongly suggest that you
23 ;;   don't put any of this stuff into your own setup until you
24 ;;   understand what it does.  Just keep it somewhere away from your
25 ;;   SXEmacs' load-path and gradually incorporate things as you get
26 ;;   to know what it all does.
27 ;;
28 ;;   I'm happy to help you out with your config and/or answer questions
29 ;;   about this one.  Email me at <steve@sxemacs.org>
30 ;;
31
32 ;;; Credits:
33 ;;
34 ;;   The HTML version of this file was created with Hrvoje Niksic's
35 ;;   htmlize.el which is part of the XEmacs "text-modes" package.
36 ;;
37
38 ;; For debugging...
39 ;(setq debug-on-error t)
40 ;(setq debug-on-signal t)
41 ;(setq stack-trace-on-signal t)
42
43
44 ;:*=======================
45 ;:* On with the show!
46 (save-window-excursion
47   (lisp-initd-compile-and-load))
48
49 ;:*=======================
50 ;:* Links to the rest of my config
51 ;;
52 ;;   The descriptions are hyperlinks to the HTML versions of the init
53 ;;   files for easy viewing online.  And the filenames are hyperlinks
54 ;;   to the source init files themselves.
55 ;;
56 ;;   All the source files are the real deal.  They're actually symlinks
57 ;;   to the ones I have in ~/.config/sxemacs/init.d In other words, these
58 ;;   babies are live! :-)
59 ;;
60 ;; <!-- Ignore this mess, it is purely for the online HTML version of this file -->
61 ;
62 ; rls=00-build.html;rld=Pre-Loads for byte-compiling the init files;rle: rls=../inits/00-build.el;rld=00-build.el;rle
63 ; rls=01-vars-sy.html;rld=Misc Variables;rle: rls=../inits/01-vars-sy.el;rld=01-vars-sy.el;rle
64 ; rls=02-keys-sy.html;rld=Key bindings;rle: rls=../inits/02-keys-sy.el;rld=02-keys-sy.el;rle
65 ; 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
66 ; rls=04-w3-sy.html;rld=Emacs/W3 Settings;rle: rls=../inits/04-w3-sy.el;rld=04-w3-sy.el;rle
67 ; rls=05-latex-sy.html;rld=LaTeX Settings;rle: rls=../inits/05-latex-sy.el;rld=05-latex-sy.el;rle
68 ; 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
69 ; rls=07-html-sy.html;rld=HTML (coding) Settings;rle: rls=../inits/07-html-sy.el;rld=07-html-sy.el;rle
70 ; rls=08-bbdb-sy.html;rld=BBDB Settings;rle: rls=../inits/08-bbdb-sy.el;rld=08-bbdb-sy.el;rle
71 ; rls=09-sounds-sy.html;rld=Sound Settings;rle: rls=../inits/09-sounds-sy.el;rld=09-sounds-sy.el;rle
72 ; rls=10-toolbar-sy.html;rld=Toolbar Settings;rle: rls=../inits/10-toolbar-sy.el;rld=10-toolbar-sy.el;rle
73 ; rls=11-pkgs-sy.html;rld=Lots of XE packages Settings;rle: rls=../inits/11-pkgs-sy.el;rld=11-pkgs-sy.el;rle
74 ; rls=12-cal-sy.html;rld=Calendar/Diary Settings;rle: rls=../inits/12-cal-sy.el;rld=12-cal-sy.el;rle
75 ; rls=13-misc-sy.html;rld=Misc Stuff;rle: rls=../inits/13-misc-sy.el;rld=13-misc-sy.el;rle
76 ; rls=14-fonts-sy.html;rld=Pretty Colours;rle: rls=../inits/14-fonts-sy.el;rld=14-fonts-sy.el;rle
77 ; rls=15-supercite-sy.html;rld=Mail citing;rle: rls=../inits/15-supercite-sy.el;rld=15-supercite-sy.el;rle
78 ; rls=16-riece-sy.html;rld=Riece (IRC) Settings;rle: rls=../inits/16-riece-sy.el;rld=16-riece-sy.el;rle
79 ; rls=17-emchat-sy.html;rld=EMchat Settings;rle: rls=../inits/17-emchat-sy.el;rld=17-emchat-sy.el;rle