An interface to the twister microblogging application from Emacs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
;; 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 #emacs #twister")
|