Last active
May 12, 2016 12:05
-
-
Save tmtm/1478ea9a80cbf8cb8457605f092f17f2 to your computer and use it in GitHub Desktop.
riece 設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'(riece-default-coding-system (quote (utf-8 . utf-8))) | |
'(riece-default-freeze t) | |
'(riece-keywords (quote ("hoge" "fuga"))) | |
'(riece-log-coding-system (quote utf-8)) | |
'(riece-server "localhost") | |
'(riece-startup-channel-list (quote ("#a" "#hoge" "#tmtms" "#hogehoge"))) | |
;; riece | |
(add-hook 'riece-keyword-notify-functions | |
(lambda (keyword message) | |
(progn | |
(call-process-shell-command (concat "notify-send -t 90000 riece '" (riece-message-text message) "'")) | |
message))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment