From 9b8d95e894c08bce37b105c187b9cfdfb81afec0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 27 Sep 2021 23:06:44 -0500 Subject: [PATCH] Add dogears MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit let's try this again! --- init.el | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: