about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-29 17:22:12 -0500
committerCase Duckworth2021-09-29 17:22:12 -0500
commit8e19913a076841a01ae403f0db6f386df07d6dd8 (patch)
tree74caade26698a2854dfd126d09dc509dec381d66 /init.el
parentChange apheleia stupid indenting (diff)
downloademacs-8e19913a076841a01ae403f0db6f386df07d6dd8.tar.gz
emacs-8e19913a076841a01ae403f0db6f386df07d6dd8.zip
Fix bindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
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