Browse Source

Add a little example

master
Marcel van der Boom 10 years ago
parent
commit
5a4a28efbf
  1. 11
      twister-example.el

11
twister-example.el

@ -0,0 +1,11 @@ @@ -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")
Loading…
Cancel
Save