From 4189e1c8a3d63eab3db8d1e86f1990b2d49ab696 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 31 Mar 2021 12:47:11 -0500 Subject: Fix typos and verbosity --- init.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 5da5a38..7300a0d 100644 --- a/init.el +++ b/init.el @@ -418,9 +418,8 @@ call `zzz-to-char'." ;;;; Undo-fu (setup (:straight undo-fu) - (:with-map acdw/map - (:bind "C-/" undo-fu-only-undo - "C-?" undo-fu-only-redo))) + (:acdw/map "C-/" undo-fu-only-undo + "C-?" undo-fu-only-redo)) (setup (:straight undo-fu-session) (:option undo-fu-session-incompatible-files '("/COMMIT_EDITMSG\\'" @@ -449,8 +448,7 @@ call `zzz-to-char'." ;;;; Consult (setup (:straight consult) - (:with-map acdw/map - (:bind-autoload + (:acdw/map ;; C-c bindings (`mode-specific-map') "C-c h" consult-history "C-c m" consult-mode-command @@ -477,7 +475,7 @@ call `zzz-to-char'." ;; Other bindings "M-y" consult-yank-pop " a" consult-apropos - "C-h a" consult-apropos)) + "C-h a" consult-apropos) (autoload 'consult-register-preview "consult") (:option register-preview-delay 0 register-preview-function #'consult-register-preview)) @@ -559,7 +557,8 @@ call `zzz-to-char'." (setup (:straight (elpher :host nil :repo "git://thelambdalab.xyz/elpher.git")) (:option elpher-ipv4-always t - elpher-certificate-directory (acdw/in-dir "elpher/")) + elpher-certificate-directory (acdw/in-dir "elpher/") + elpher-gemini-max-fill-width fill-column) (:bind "n" elpher-next-link "p" elpher-prev-link "o" elpher-follow-current-link -- cgit 1.4.1-21-gabe81