annotate lisp/modes/custom-load.el @ 189:489f57a838ef
r20-3b21
Import from CVS: tag r20-3b21
author |
cvs |
date |
Mon, 13 Aug 2007 09:57:07 +0200 |
parents |
3d6bfa290dbd |
children |
ecf6ba7b0a10 |
rev |
line source |
189
|
1 (custom-put 'extensions 'custom-loads '(("auto-show") "strokes"))
|
|
2 (custom-put 'mouse 'custom-loads '("strokes"))
|
|
3 (custom-put 'environment 'custom-loads '(("rsz-minibuf")))
|
|
4 (custom-put 'lisp 'custom-loads '("strokes"))
|
185
|
5 (custom-put 'strokes 'custom-loads '("strokes"))
|
189
|
6 (custom-put 'display 'custom-loads '(("auto-show")))
|