diff options
-rw-r--r-- | init.el | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/init.el b/init.el index e294a95..8eda27c 100644 --- a/init.el +++ b/init.el | |||
@@ -1249,9 +1249,8 @@ specific to most general, they are these: | |||
1249 | "Display tooltips for the current word" t) | 1249 | "Display tooltips for the current word" t) |
1250 | (autoload 'global-dictionary-tooltip-mode "dictionary" | 1250 | (autoload 'global-dictionary-tooltip-mode "dictionary" |
1251 | "Enable/disable dictionary-tooltip-mode for all buffers" t) | 1251 | "Enable/disable dictionary-tooltip-mode for all buffers" t) |
1252 | 1252 | ||
1253 | (:with-map lookup-map | 1253 | (define-key lookup-map "d" #'dictionary-search)) |
1254 | (:bind "d" #'dictionary-search))) | ||
1255 | 1254 | ||
1256 | (setup (:straight (dogears | 1255 | (setup (:straight (dogears |
1257 | :host github | 1256 | :host github |
@@ -1264,9 +1263,7 @@ specific to most general, they are these: | |||
1264 | elfeed-show-mode | 1263 | elfeed-show-mode |
1265 | elfeed-search-mode)) | 1264 | elfeed-search-mode)) |
1266 | (:option (append dogears-ignore-modes) mode))) | 1265 | (:option (append dogears-ignore-modes) mode))) |
1267 | (:global "M-g d" dogears-go | 1266 | (:global "M-g d" dogears-go) |
1268 | "M-g M-b" dogears-back | ||
1269 | "M-g M-f" dogears-forward) | ||
1270 | (:autoload dogears-mode) | 1267 | (:autoload dogears-mode) |
1271 | (dogears-mode +1)) | 1268 | (dogears-mode +1)) |
1272 | 1269 | ||