diff --git a/.emacs.d/config/pass.el b/.emacs.d/config/pass.el index ebbc24f..5c0c867 100644 --- a/.emacs.d/config/pass.el +++ b/.emacs.d/config/pass.el @@ -2,7 +2,7 @@ :ensure t :init ;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el - (setq password-store-password-length 32)) - -;; configure ivy-pass key binding -(global-set-key [?\C-x ?p] 'ivy-pass) + (setq password-store-password-length 32) + :config + ;; configure ivy-pass key binding + (global-set-key [?\C-x ?p] 'ivy-pass))