feat(tazjin/emacs): Bind a key for #'tvl-depot-status
Change-Id: I46387b5193ecca082d0bc3e7ba7c0907fb9cf639 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3822 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
32fd841711
commit
de9e7f14c1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue