Sean Farley преди 3 години
родител
ревизия
a4fbad750e
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      README.org

+ 6 - 6
README.org

@@ -42,12 +42,12 @@ key. You will need both your =client_id= and your =client_secret=. Then add to y
 two functions =bitwarden-api-client-id= and =bitwarden-api-client-secret= which have the same specification format as =bitwarden-automatic-unlock=.
 For example, here is the relevant section from my configuration.
 #+begin_src emacs-lisp
-  (setq bitwarden-api-secret-key
-	(plist-get (car (auth-source-search :host "bitwarden.key"))
-		   :secret))
-  (setq bitwarden-api-client-id
-	(plist-get (car (auth-source-search :host "bitwarden.id"))
-		   :secret))
+(setq bitwarden-api-secret-key
+      (plist-get (car (auth-source-search :host "bitwarden.key"))
+                 :secret))
+(setq bitwarden-api-client-id
+      (plist-get (car (auth-source-search :host "bitwarden.id"))
+                 :secret))
 #+end_src
 Note that these query two lines in my =authinfo.gpg= that have the form:
 #+BEGIN_QUOTE