From fdf339801deded494aeec0b733878a30b3a903fc Mon Sep 17 00:00:00 2001 From: Marcel van der Boom Date: Sat, 17 May 2014 12:07:33 +0200 Subject: [PATCH] Add info on interactive use --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8861815..1db5fe3 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ Usage ;; Usage from code (twister-post "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