From a172203aafb28686396fd736a324bfe74e2af446 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:57:42 +0000 Subject: automatic import of emacs --- site-start.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 site-start.el (limited to 'site-start.el') diff --git a/site-start.el b/site-start.el new file mode 100644 index 0000000..efbb75b --- /dev/null +++ b/site-start.el @@ -0,0 +1,9 @@ +;;; loaded before user's ".emacs" file and default.el + +;; load *.el and *.elc in /usr/share/emacs/site-lisp/site-start.d on startup +(mapc + 'load + (delete-dups + (mapcar 'file-name-sans-extension + (directory-files + "/usr/share/emacs/site-lisp/site-start.d" t "\\.elc?\\'")))) -- cgit v1.2.3