summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-09-02 10:17:09 +0100
committerjao <jao@gnu.org>2026-09-02 10:17:09 +0100
commit28fe029f7ca5eee17a67d48ba91b3f0eeec523c5 (patch)
tree14d4e1cf4961a02bbbbfd6a8b62261c54b12ccf2 /init.el
parent3664998a06b94dc86085e29185a45b400cfd4226 (diff)
downloadelibs-28fe029f7ca5eee17a67d48ba91b3f0eeec523c5.tar.gz
elibs-28fe029f7ca5eee17a67d48ba91b3f0eeec523c5.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el
index 31a42c1..72851c1 100644
--- a/init.el
+++ b/init.el
@@ -931,7 +931,7 @@
("d" "on docs" jao-consult-spotlight-docs)
("m" "on messages" jao-consult-spotlight-mail)])
- :bind (("s-s" . jao-transient-spotlight))))
+ :bind (("s-e" . jao-transient-spotlight))))
;;; Buffers
;;;; cursor and mark
@@ -2129,7 +2129,8 @@
["Documents"
("d" "go to doc" jao-select-pdf)
("o" "open doc" jao-open-doc)
- ("c" "view cache" doc-view-dired-cache)]
+ ("c" "view cache" doc-view-dired-cache)
+ ("s" "spotlight" jao-transient-spotlight)]
;; ["External"
;; ("xn" "browse NNW article" jao-nnw-browse-current-article)
;; ("xs" "browse safary article" jao-safari-internal-browse)
@@ -2149,7 +2150,7 @@
]
["Network"
("S" "sieve" jao-sieve-manage)
- ("s" "ssh" jao-ssh)
+ ;; ("s" "ssh" jao-ssh)
("r" "r2e" jao-r2e)
("T" "telegram rooster" jao-telega)
("M" "mastodon" mastodon)