m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2014-04-24 19:23:05 -0700
committerSvend Sorensen <svend@ciffer.net>2014-04-24 19:23:05 -0700
commit33427edbb0826b1188375f48b61f37a8b94c7e19 (patch)
treeea3aee6bdfc3dc5a4bc6e82605068b57f982d282 /contrib/emacs
parent5150bc2eaa1e1e8d1430414c79b8d0ef033eba31 (diff)
Indent using spaces
Diffstat (limited to 'contrib/emacs')
-rw-r--r--contrib/emacs/README.md22
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"