diff options
| -rw-r--r-- | custom/jao-custom-programming.el | 2 | ||||
| -rw-r--r-- | init.el | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index 7677177..af81144 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -119,7 +119,7 @@ (height . 0.3) (dedicated . t))) - :bind (:map flymake-mode-map (("M-m" . jao-transient-flymake) + :bind (:map flymake-mode-map (("M-M" . jao-transient-flymake) ("M-n" . flymake-goto-next-error) ("M-p" . flymake-goto-prev-error)))) @@ -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) |
