diff options
author | Svend Sorensen <svend@ciffer.net> | 2014-04-24 19:23:05 -0700 |
---|---|---|
committer | Svend Sorensen <svend@ciffer.net> | 2014-04-24 19:23:05 -0700 |
commit | 33427edbb0826b1188375f48b61f37a8b94c7e19 (patch) | |
tree | ea3aee6bdfc3dc5a4bc6e82605068b57f982d282 /contrib | |
parent | 5150bc2eaa1e1e8d1430414c79b8d0ef033eba31 (diff) | |
download | pass-33427edbb0826b1188375f48b61f37a8b94c7e19.tar.gz pass-33427edbb0826b1188375f48b61f37a8b94c7e19.tar.bz2 pass-33427edbb0826b1188375f48b61f37a8b94c7e19.zip |
Indent using spaces
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/README.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/emacs/README.md b/contrib/emacs/README.md index 53e1357..f94b95a 100644 --- a/contrib/emacs/README.md +++ b/contrib/emacs/README.md @@ -14,17 +14,17 @@ website for instructions Interactive: - M-x password-store-insert - Password entry: example - Password: ........ - Confirm password: ........ - - M-x password-store-copy - Password entry: example - Copied example to the kill ring. Will clear in 45 seconds. - Password cleared. + M-x password-store-insert + Password entry: example + Password: ........ + Confirm password: ........ + + M-x password-store-copy + Password entry: example + Copied example to the kill ring. Will clear in 45 seconds. + Password cleared. Lisp: - (password-store-insert "example" "password") - (password-store-get "example") ; Returns "password" + (password-store-insert "example" "password") + (password-store-get "example") ; Returns "password" |