Skip to content

Commit

Permalink
tweak(ssh-deploy): bind C-c C-z to prefix map instead of hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 12, 2024
1 parent 7ba12d5 commit 0281946
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
:straight t
:hook ((after-save . ssh-deploy-after-save)
(find-file . ssh-deploy-find-file))
:bind (("C-c C-z" . ssh-deploy-prefix-map))
:custom
(ssh-deploy-revision-folder (concat minemacs-cache-dir "ssh-deploy-revisions/"))
:config
(ssh-deploy-hydra "C-c C-z"))

(ssh-deploy-revision-folder (concat minemacs-cache-dir "ssh-deploy-revisions/")))

;; TRAMP integration for Incus containers
(use-package incus-tramp
Expand Down

0 comments on commit 0281946

Please sign in to comment.