diff options
author | Thanos Apollo <[email protected]> | 2023-03-22 18:08:06 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-22 18:08:06 +0200 |
commit | 443469aa5eb3273dc3e3676d718f08b0bbc5e641 (patch) | |
tree | 267773f1cde89ff670de7423ff993e362c89f906 /emacs.org | |
parent | 886401760f1d0ce1dac4cac15def3d0742cd14b5 (diff) |
emacs: Add keybindings for password-store
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -721,6 +721,9 @@ Hook with ~dired-mode~ (global-set-key (kbd "<escape>") 'keyboard-escape-quit) (global-set-key (kbd "s-=") 'text-scale-increase) (global-set-key (kbd "s--") 'text-scale-decrease) + ;; Pass + (global-set-key (kbd "C-c p i") 'password-store-insert) + (global-set-key (kbd "C-c p e") 'password-store-edit) #+end_src *** General #+begin_src emacs-lisp |