From 8e19913a076841a01ae403f0db6f386df07d6dd8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 29 Sep 2021 17:22:12 -0500 Subject: Fix bindings --- init.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'init.el') 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: "Display tooltips for the current word" t) (autoload 'global-dictionary-tooltip-mode "dictionary" "Enable/disable dictionary-tooltip-mode for all buffers" t) - - (:with-map lookup-map - (:bind "d" #'dictionary-search))) + + (define-key lookup-map "d" #'dictionary-search)) (setup (:straight (dogears :host github @@ -1264,9 +1263,7 @@ specific to most general, they are these: elfeed-show-mode elfeed-search-mode)) (:option (append dogears-ignore-modes) mode))) - (:global "M-g d" dogears-go - "M-g M-b" dogears-back - "M-g M-f" dogears-forward) + (:global "M-g d" dogears-go) (:autoload dogears-mode) (dogears-mode +1)) -- cgit 1.4.1-21-gabe81