diff --git a/emacs/init.org b/emacs/init.org index bcaf654..a43c461 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -141,9 +141,9 @@ Interfacing with Pass, the "standard Unix password manager". This should also be :commands pass :general (pass-mode-map "SPC" leader-map) - (pass-mode-map "S" #'password-store-synchronize) - :config - (leader-def-key "ap" 'pass)) + (pass-mode-map "S" #'password-store-synchronize)) + + (leader-def-key "ap" #'pass) #+END_SRC * Emacs Lisp