CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/06/24 04:55:27
Modified files:
editors/emacs : Makefile
editors/emacs/pkg: PLIST
Added files:
editors/emacs/files: default.el
Removed files:
editors/emacs/patches: patch-lisp_files_el
Log message:
Move our auto-mode-alist tweak to default.el
This is the Right Way to do it according to the emacs docs. Users can
then ignore this custom file with emacs -q if it becomes an issue. Also
using default.el avoids possible patch conflicts when upgrading to newer
emacs releases.
Initial version from Timo Myyra, thanks!