Browse Source

Merge branch 'master' of github.com:mrvdb/twister.el

* 'master' of github.com:mrvdb/twister.el:
  Add info on interactive use
master
Marcel van der Boom 11 years ago
parent
commit
f2fc229f4c
  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