| name | emacs-config-reload |
| title | Emacs Config Reload Workflow |
| description | Reload Emacs configuration safely and diagnose stale package or variable state after configuration changes. |
| type | instruction |
| tools | emacs_eval |
| capability | true |
| family | emacs-config |
| source | builtin |
| feature | emacs |
| modes | emacs-lisp-mode, lisp-interaction-mode |
| files | init.el, early-init.el, *.el |
| keywords | reload, config, init.el, early-init.el, package reload, stale state, re-evaluate |
| disclosure | active |
| risk | low |
Emacs Config Reload Workflow
When reloading configuration, identify the affected file or feature first. Prefer loading the changed file, checking feature state, and inspecting messages or warnings afterward.
Avoid assuming a full Emacs restart unless the stale state cannot be safely refreshed in the running session.