Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codesensei-courses committed Aug 17, 2024
1 parent 6b4fade commit 68699fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ Config with use-package:

#+begin_src elisp
(use-package password-store-menu
:init (password-store-menu-enable)
:config (password-store-menu-enable)
:custom (password-store-menu-key "C-c p"))
#+end_src

#+RESULTS:
: t

Or without use-package:
#+begin_src elisp
Expand All @@ -43,6 +44,9 @@ Or without use-package:
(password-store-menu-enable)
#+end_src

#+RESULTS:
: password-store-menu

** Usage
By default, the password-store popup menu will be bound to the key =C-c p=. You can configure this (see above).

Expand Down

0 comments on commit 68699fd

Please sign in to comment.