increase the default password lenght from 8 to 32
This commit is contained in:
parent
72d4c9b53a
commit
d622b47918
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@
|
|||
;; tramp mode ssh (faster)
|
||||
(setq tramp-default-method "ssh")
|
||||
|
||||
;; set pass default password length
|
||||
(setq password-store-password-length 32)
|
||||
|
||||
;; include other configs
|
||||
;; calendar-mode
|
||||
(if (file-exists-p "~/.emacs.d/calendar.el")
|
||||
|
|
Loading…
Add table
Reference in a new issue