diff --git a/README.org b/README.org index d278294..51b5dd9 100644 --- a/README.org +++ b/README.org @@ -11,7 +11,7 @@ Upload regions, buffers, and files to various hosts. * Usage Place emacs-upload.el in ~load-path~ and load the package: - #+bEGIN_SRC: emacs-lisp + #+BEGIN_SRC: emacs-lisp (require 'emacs-upload) #+END_SRC @@ -28,14 +28,14 @@ Upload regions, buffers, and files to various hosts. change your host on the fly. Alternatively, do all three with ~use-package~: - #+BEGIN_SRC - (use-package emacs-upload - :demand t - :bind - ("C-c e" . emacs-upload) - :config - (emacs-upload/set-host "ix")) - #+END_SRC +#+BEGIN_SRC +(use-package emacs-upload +:demand t +:bind +("C-c e" . emacs-upload) +:config +(emacs-upload/set-host "ix")) +#+END_SRC To upload the region, simply select the region and call emacs-upload. To upload the whole buffer, have no region selected