mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
+ Renamed :init to :on-load (run once, the first time the project mode is activated). + New properties :on-enter FORM and :on-exit FORM (run each time the mode is enabled or disabled, respectively). + New property :hooks HOOKS (automatically add HOOKS to mode-hook).