Browse Source

Add info on interactive use

master
Marcel van der Boom 11 years ago
parent
commit
fdf339801d
  1. 7
      README.md

7
README.md

@ -24,3 +24,10 @@ Usage
;; Usage from code ;; Usage from code
(twister-post (twister-post
"I have installed twister.el, and it works! -- https://github.com/mrvdb/twister.el #emacs #twister") "I have installed twister.el, and it works! -- https://github.com/mrvdb/twister.el #emacs #twister")
;; Interactive use
(twister-create-post) ;; Creates a window in which to edit a twister post C-c C-c posts it
(twister-post-buffer) ;; Posts the current buffer (with length check) to twister
(twister-post-region) ;; Posts the current region (with length check) to twister

Loading…
Cancel
Save