dotfiles-emacs/.config/emacs/config/pass.el
finga 7df5b0e507 Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
2025-03-10 17:45:24 +01:00

6 lines
117 B
EmacsLisp

(use-package ivy-pass
:ensure t
:init
(setq password-store-password-length 32)
:bind
("C-x p" . ivy-pass))