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 <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
a9effe690c
commit
a8e76b24e8
2 changed files with 10 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue