]> git.pld-linux.org Git - packages/emacs.git/blame - emacs-site-start.el
- rebuild with ImageMagick 7.0.9.23
[packages/emacs.git] / emacs-site-start.el
CommitLineData
4ca51f29 1;; Load all files from @SITE_START_DIR@
0800c7da 2
4ca51f29 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.031322 seconds and 4 git commands to generate.