Remove :tangle yes from README

master
Elis Axelsson 9 years ago
parent 2a05d0274c
commit 935eb5fa05
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 6
      README.org

@ -29,7 +29,7 @@ To select which providers to use in which order you need to set the variable
providers names.
Examples:
#+begin_src emacs-lisp :tangle yes
#+begin_src emacs-lisp
;; Choosing githup gist only
(setq webpaste-provider-priority '("gist.github.com"))
@ -60,7 +60,7 @@ pasting before text is actually sent to a paste-provider you just need to set
the variable =webpaste-paste-confirmation= to a value that is non-nil.
Example:
#+begin_src emacs-lisp :tangle yes
#+begin_src emacs-lisp
;; Require confirmation before doing paste
(setq webpaste-paste-confirmation t)
#+end_src
@ -93,7 +93,7 @@ enable the option =webpaste-open-in-browser= by setting this value to a
non-nil value.
Example:
#+begin_src emacs-lisp :tangle yes
#+begin_src emacs-lisp
;; Open recently created pastes in an external browser
(setq webpaste-open-in-browser t)
#+end_src

Loading…
Cancel
Save