diff options
| author | jao <jao@gnu.org> | 2026-09-06 23:23:26 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-06 23:23:26 +0100 |
| commit | 10019bc241f0f9a30fb44371546b0d8f532892ed (patch) | |
| tree | cd3c83a88bbfe5e2b16f67beaf4b4604f3f2c560 /init.el | |
| parent | 0f8eb65fb807a125dd601cd6b3ee746e6c7b6020 (diff) | |
| download | elibs-10019bc241f0f9a30fb44371546b0d8f532892ed.tar.gz elibs-10019bc241f0f9a30fb44371546b0d8f532892ed.tar.bz2 | |
little fixes for doc-view and pdfs
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
