From 10019bc241f0f9a30fb44371546b0d8f532892ed Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 6 Sep 2026 23:23:26 +0100 Subject: little fixes for doc-view and pdfs --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 2cebc20..e54e43f 100644 --- a/init.el +++ b/init.el @@ -181,7 +181,7 @@ ;;;; process runners (use-package jao-shell :demand t - :bind (("s-r" . jao-shell-exec))) + :bind (("s-R" . jao-shell-exec))) ;;;; app launcher (jao-when-linux @@ -918,7 +918,7 @@ ("d" "on docs" jao-consult-spotlight-docs) ("m" "on messages" jao-consult-spotlight-mail)]) - :bind (("s-e" . jao-transient-spotlight)))) + :bind (("s-r" . jao-transient-spotlight)))) ;;; Buffers ;;;; cursor and mark -- cgit v1.2.3