diff options
Diffstat (limited to 'users/tazjin/emacs/config/bindings.el')
-rw-r--r-- | users/tazjin/emacs/config/bindings.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/bindings.el b/users/tazjin/emacs/config/bindings.el index 029aa2d0e507..21cca06cc83d 100644 --- a/users/tazjin/emacs/config/bindings.el +++ b/users/tazjin/emacs/config/bindings.el @@ -46,6 +46,9 @@ ;; Make sharing music easier (global-set-key (kbd "s-s w") #'songwhip-lookup-url) +;; Open the depot +(global-set-key (kbd "s-s d") #'tvl-depot-status) + ;; Add subthread collapsing to notmuch-show. ;; ;; C-, closes a thread, C-. opens a thread. This mirrors stepping |