el-get/recipes/erc.rcp

10 lines
333 B
Plaintext
Raw Permalink Normal View History

(:name erc
2014-06-29 20:19:46 +08:00
:description "An Emacs Internet Relay Chat client."
:type git
:url "git://git.savannah.gnu.org/erc.git"
2015-07-03 00:35:12 +08:00
:build (("make"))
2014-06-29 20:57:09 +08:00
:info "."
:post-init (progn
(setq erc-nicklist-icons-directory
(expand-file-name "images" default-directory))))