summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 53821e2..8c539f3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -625,6 +625,9 @@ you have the correctly set the OPENAI_API_KEY variable"
(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)
;; my general's leader key!
(defconst general-key "C-c g")