diff --git a/init.el b/init.el index dc57fcd..b37202a 100644 --- a/init.el +++ b/init.el @@ -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: