Skip to content

Instantly share code, notes, and snippets.

@tmtm
Last active May 12, 2016 12:05
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 tmtm/1478ea9a80cbf8cb8457605f092f17f2 to your computer and use it in GitHub Desktop.
Save tmtm/1478ea9a80cbf8cb8457605f092f17f2 to your computer and use it in GitHub Desktop.
riece 設定
'(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