私は特定のキーボードマクロを頻繁に定義しているので、Emacsをロードするたびに自動的に利用できるようになっていると便利だと思いました。
これどうやってするの?
マニュアルのキーボードマクロの保存セクションはどうですか?
C-x C-k n
Give a command name (for the duration of the Emacs session) to the most recently defined keyboard macro (kmacro-name-last-macro).
C-x C-k b
Bind the most recently defined keyboard macro to a key sequence (for the duration of the session) (kmacro-bind-to-key).
M-x insert-kbd-macro
Insert in the buffer a keyboard macro's definition, as Lisp code.