increase the default password lenght from 8 to 32

This commit is contained in:
finga 2018-05-23 11:27:06 +02:00
parent 72d4c9b53a
commit d622b47918

View file

@ -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")