From 19ba650f806cdaf4f969cb231f7d3e819971ff8f Mon Sep 17 00:00:00 2001 From: zdm Date: Sat, 15 Feb 2020 11:36:04 -0700 Subject: [PATCH] another gitea test --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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