commit | author | age | ||
5cb5f7 | 1 | (define-package "flycheck-tip" "20171020.1048" "Show flycheck/flymake errors by tooltip" |
C | 2 | '((flycheck "29") |
3 | (emacs "24.1") | |
4 | (popup "0.5.0")) | |
5 | :keywords | |
6 | '("flycheck") | |
7 | :authors | |
8 | '(("Yuta Yamada <cokesboy\"at\"gmail.com>")) | |
9 | :maintainer | |
10 | '("Yuta Yamada <cokesboy\"at\"gmail.com>") | |
11 | :url "https://github.com/yuutayamada/flycheck-tip") | |
12 | ;; Local Variables: | |
13 | ;; no-byte-compile: t | |
14 | ;; End: |