8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

init.elのデバッグ方法

Posted at
  1. デバッグしたい範囲を'C-Space'で始めてマーク選択する

  2. M-x eval-regionで選択した範囲を評価する.

単一のS式をデバッグする場合
方法A. C-Spaceでマークして,S式末尾でC-x C-eで評価できる.
方法B. S式末尾で'C-j'

バッファ全体ならM-x eval-buffer

参考

emacsのinit.elでエラーが発生した際の対処方法

8
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?