From 5a4a28efbf7a59fe151282e0fe925a2867fc1224 Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Thu, 15 May 2014 21:40:45 +0200 Subject: [PATCH] Add a little example --- twister-example.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 twister-example.el diff --git a/twister-example.el b/twister-example.el new file mode 100644 index 0000000..c890d44 --- /dev/null +++ b/twister-example.el @@ -0,0 +1,11 @@ +;; Quick example on how to use twister.el + +(add-to-list 'load-path "elisp-json-rpc") +(require 'twister) + +;; Either use customize or elisp directly to customize + +;; Fill in your own nick here +(setq twister-nick "yournick") + +(twister-post "I have installed twister.el, and it works! -- https://github.com/mrvdb/twister.el")