|
|
@@ -1,4 +1,4 @@
|
|
|
-#+TITLE: README
|
|
|
+#+title: README
|
|
|
|
|
|
* Emacs Bitwarden
|
|
|
|
|
|
@@ -65,9 +65,9 @@ machine bitwarden.id login YYY password XXX
|
|
|
There is read-only support for auth-source as well. You can run
|
|
|
=bitwarden-auth-source-enable= to enable it. For example,
|
|
|
|
|
|
-#+BEGIN_SRC emacs-lisp
|
|
|
+#+begin_src emacs-lisp
|
|
|
(auth-source-search :host "github.com")
|
|
|
-#+END_SRC
|
|
|
+#+end_src
|
|
|
|
|
|
will return all logins that match =github.com=.
|
|
|
|