another gitea test
This commit is contained in:
parent
205368d110
commit
19ba650f80
18
README.org
18
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
|
||||
|
Reference in New Issue
Block a user