]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-site-start.el
- rebuild with ImageMagick 7.0.4.0
[packages/emacs.git] / emacs-site-start.el
1 ;; Load all files from @SITE_START_DIR@
2
3 (dolist 
4     (the-file
5      (directory-files "@SITE_START_DIR@"
6                       t "^[^.].*\.elc?$"))
7   (load the-file nil t t))
This page took 0.085627 seconds and 3 git commands to generate.