org-mode: install site-start.d autoloads snippet

This commit is contained in:
Dan R. K. Ports
2026-06-28 00:50:08 -07:00
committed by Dan Ports
parent 04d29afee5
commit be308064e2
+5
View File
@@ -5,6 +5,7 @@ PortGroup elisp 1.0
name org-mode
elpa.setup org 9.8.6
revision 1
categories editors
license GPL-3+
@@ -60,4 +61,8 @@ destroot {
foreach f [glob -directory $srcdir *.info] {
xinstall -m 0644 $f ${infodir}
}
# Org ships its own org-loaddefs.el; install a site-start.d snippet so it
# is loaded at Emacs startup.
elisp.install_site_start_snippet ${destroot} org org-loaddefs
}