For some reason this only work outside of the use-package declaration

This commit is contained in:
Jeremy Dormitzer 2019-02-08 20:11:28 -05:00
parent 5d61acc986
commit 0531c9da3e

View File

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