Distorting time
This commit is contained in:
parent
eacc858593
commit
cc989529bb
1 changed files with 7 additions and 7 deletions
14
README.org
14
README.org
|
@ -21,13 +21,13 @@ The emacs interface can be installed from [[https://melpa.org/][MELPA]] (eventua
|
||||||
To connect to an existing etherpad server you need to configure the server url and have an API key.
|
To connect to an existing etherpad server you need to configure the server url and have an API key.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package etherpad
|
(use-package etherpad
|
||||||
:config (setq etherpad-server "http://example.org/"
|
:config (setq etherpad-server "http://example.org/"
|
||||||
etherpad-apikey "…"
|
etherpad-apikey "…"
|
||||||
etherpad-autosync nil)
|
etherpad-autosync nil)
|
||||||
:bind (("C-c e" . etherpad-edit)
|
:bind (("C-c e" . etherpad-edit)
|
||||||
:map etherpad-mode-map
|
:map etherpad-mode-map
|
||||||
("C-c c" . etherpad-save)))
|
("C-c c" . etherpad-save)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
To open a pad for editing try ~M-x etherpad-edit~ and enter the name of the pad.
|
To open a pad for editing try ~M-x etherpad-edit~ and enter the name of the pad.
|
||||||
|
|
Loading…
Reference in a new issue