For some reason this only work outside of the use-package declaration
This commit is contained in:
parent
5d61acc986
commit
0531c9da3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user