summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-27 23:06:44 -0500
committerCase Duckworth2021-09-27 23:06:44 -0500
commit9b8d95e894c08bce37b105c187b9cfdfb81afec0 (patch)
treefdf2c48e8e2c1d1d8cc9e047452a0cd3d144036e /init.el
parentRequire define-repeat-map from the right place (diff)
downloademacs-9b8d95e894c08bce37b105c187b9cfdfb81afec0.tar.gz
emacs-9b8d95e894c08bce37b105c187b9cfdfb81afec0.zip
Add dogears
let's try this again!
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 11 insertions, 0 deletions
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:
1333 (:with-map lookup-map 1333 (:with-map lookup-map
1334 (:bind "d" #'dictionary-search))) 1334 (:bind "d" #'dictionary-search)))
1335 1335
1336(setup (:straight (dogears
1337 :host github
1338 :repo "alphapapa/dogears.el"
1339 :files (:defaults
1340 (:exclude "helm-dogears.el"))))
1341 (:option (append savehist-additional-variables) 'dogears-list)
1342 (:global "M-g d" dogears-go
1343 "M-g M-b" dogears-back
1344 "M-g M-f" dogears-forward)
1345 (dogears-mode +1))
1346
1336(setup (:straight edit-indirect)) 1347(setup (:straight edit-indirect))
1337 1348
1338;; requires extension: 1349;; requires extension: