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")