0f71db52c2
Thu Apr 15 2004 Jens Petersen <petersen@redhat.com> - 21.3-12 - update php-mode to 1.1.0 - add emacs-21.3-no-rpath.patch so that /usr/X11R6/lib is not rpath'ed - require /bin/ln for %post (Tim Waugh, 119817) - move prereq for dev and /sbin/install-info to emacs-common - leim no longer requires emacs - use source site-lisp dir in %prep to setup site files - define and use site_lisp for buildroot in %install - default ispell dictionary to "english" for CJK locale - add comment to top of site-start.el about load order - turn on auto-compression-mode in default.el (114808) - set require-final-newline with setq (David Olsson,119141) and remove redundant next-line-add-newlines setting - update info_file list (Reuben Thomas,114729)
6 lines
224 B
EmacsLisp
6 lines
224 B
EmacsLisp
;;; loaded before user's ".emacs" file and default.el
|
|
|
|
;; load ".el" files in "/usr/share/emacs/site-lisp/site-start.d/" on startup
|
|
(mapc 'load
|
|
(directory-files "/usr/share/emacs/site-lisp/site-start.d" t "\\.el\\'"))
|