change-log-modeの設定
C-x 4 aでchange-log-modeを起動する際に自動挿入される名前とメールアドレスを変更する.
.emacsに以下の行を加える
(setq add-log-full-name "FOO Example") (setq add-log-mailing-address "foo@bar.example")
C-x 4 aでchange-log-modeを起動する際に自動挿入される名前とメールアドレスを変更する.
.emacsに以下の行を加える
(setq add-log-full-name "FOO Example") (setq add-log-mailing-address "foo@bar.example")