mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 c655eea759be1db69c5e6b45c228139d8390122a
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: