Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
eval-after-load を使用するときによく犯される間違いは、フォームを引用するのを忘れることです。
(eval-after-load 'dired (progn ... ...)) (eval-after-load "foo" (let ...))
そのような間違いをどのように強調できますか?eval-after-loadフォームが引用されていない場合は、単語を赤でペイントしますか?
eval-after-load