Add dogears

let's try this again!
This commit is contained in:
Case Duckworth 2021-09-27 23:06:44 -05:00
parent c37e3ec082
commit 9b8d95e894
1 changed files with 11 additions and 0 deletions

11
init.el
View File

@ -1333,6 +1333,17 @@ specific to most general, they are these:
(:with-map lookup-map
(:bind "d" #'dictionary-search)))
(setup (:straight (dogears
:host github
:repo "alphapapa/dogears.el"
:files (:defaults
(:exclude "helm-dogears.el"))))
(:option (append savehist-additional-variables) 'dogears-list)
(:global "M-g d" dogears-go
"M-g M-b" dogears-back
"M-g M-f" dogears-forward)
(dogears-mode +1))
(setup (:straight edit-indirect))
;; requires extension: