Skip to content

Instantly share code, notes, and snippets.

@mori-dev
Created September 18, 2009 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mori-dev/188980 to your computer and use it in GitHub Desktop.
Save mori-dev/188980 to your computer and use it in GitHub Desktop.
;;flymake でエコーエリアにエラーメッセージを自動的に表示させる方法
(add-hook 'hoge-mode-hook
#'(lambda ()
(make-local-hook 'post-command-hook)
(add-hook 'post-command-hook 'flymake-display-err-minibuf(これはC-c dで呼び出す関数) nil t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment