Skip to content

Commit

Permalink
tweak(ssh-deploy): re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 3, 2024
1 parent e9fd4af commit 3550473
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
;; A deployment plugin via Tramp for Emacs
(use-package ssh-deploy
:vc (:url "https://github.com/cjohansson/emacs-ssh-deploy" :ignored-files ("ssh-deploy-hydra.el"))
;; :disabled t
;; Should be configured in per-project basis, good documentation at:
;; https://github.com/cjohansson/emacs-ssh-deploy#deployment-configuration-examples
;; :hook ((after-save . ssh-deploy-after-save)
;; (find-file . ssh-deploy-find-file))
:hook ((after-save . ssh-deploy-after-save)
(find-file . ssh-deploy-find-file))
:bind-keymap (("C-c C-z" . ssh-deploy-prefix-map))
:custom
(ssh-deploy-revision-folder (concat minemacs-cache-dir "ssh-deploy-revisions/")))
Expand Down

0 comments on commit 3550473

Please sign in to comment.