diff options
author | William Carroll <wpcarro@gmail.com> | 2022-02-14T19·56-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-14T20·12+0000 |
commit | a8e76b24e81b8be4621414742ed96ed42eb4e9e8 (patch) | |
tree | ee9501cf57fe865e041141a1ac83f2280f6e33d0 /users/wpcarro/emacs/.emacs.d/wpc/keybindings.el | |
parent | a9effe690caea538e6e9924376757f9b9db815e3 (diff) |
refactor(wpcarro/emacs): Simplify bookmark.el r/3826
- narrow lib's scope and update documentation - remove unnecessary dependencies Change-Id: I5931a5a6e571466b3334dc02e88c9c283754d263 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5282 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/keybindings.el')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/wpc/keybindings.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/keybindings.el b/users/wpcarro/emacs/.emacs.d/wpc/keybindings.el index c8be25aa0cd8..b1a6df6690f0 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/keybindings.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/keybindings.el @@ -397,8 +397,10 @@ ;; bookmarks ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Install KBDs like <SPC>jb to search through my monorepo. -(bookmark-install-kbds) +(bookmark-install-kbd + (make-bookmark :label "depot" + :path tvl-depot-path + :kbd "d")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; refine |