Prechádzať zdrojové kódy

readme: tabs -> spaces

Sean Farley 3 rokov pred
rodič
commit
a4fbad750e
1 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  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=.
 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.
 For example, here is the relevant section from my configuration.
 #+begin_src emacs-lisp
 #+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
 #+end_src
 Note that these query two lines in my =authinfo.gpg= that have the form:
 Note that these query two lines in my =authinfo.gpg= that have the form:
 #+BEGIN_QUOTE
 #+BEGIN_QUOTE