summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 5b35ae3..9051629 100755
--- a/emacs.org
+++ b/emacs.org
@@ -202,6 +202,11 @@ Fonts and basic appearance settings for each device
(global-set-key (kbd "C-x r C-r") 'bookmark-rename)
#+end_src
* Pass
+** Setup
+Generate a random password between 20 and 40 characters
+#+begin_src emacs-lisp
+ (setq password-store-password-length (+ 20 (random 20)))
+#+end_src
** Pass Launcher
#+begin_src emacs-lisp
(require 'password-store)