- Delete deprecated system/ configuration files - Update projects/dotemacs/modules/ with reorganized config - Add .opencode/ directory for agent state - Clean up attachments and unused documentation files
374 B
374 B
Early Init Configuration
early-init.el
For straight.el to pick up before package.el
(setq package-enable-at-startup nil)
Run Emacs as a server
(require 'server)
(unless (server-running-p) (server-start))
(defvar server-max-buffers 100)