elisp

Emacsでelispをデバッグする方法

Emacsでelispをデバッグする方法をまとめます emacs 起動時に elisp でエラーが出る場合 debug-on-error emacs 起動時に elisp でエラーが出る場合は ~/.emacs.d/early-init.el で debug-on-error を t に設定する方法が便利です (setq debug-on-error t) de…