From a8e76b24e81b8be4621414742ed96ed42eb4e9e8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 14 Feb 2022 11:56:47 -0800 Subject: refactor(wpcarro/emacs): Simplify bookmark.el - 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 Autosubmit: wpcarro --- users/wpcarro/emacs/.emacs.d/wpc/keybindings.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'users/wpcarro/emacs/.emacs.d/wpc/keybindings.el') 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 jb to search through my monorepo. -(bookmark-install-kbds) +(bookmark-install-kbd + (make-bookmark :label "depot" + :path tvl-depot-path + :kbd "d")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; refine -- cgit 1.4.1