Compare commits

..

No commits in common. "7f6989cbdfb29e72145e6d95d0ea88b7b3aeb56f" and "31ed2cba5c10291d3f06a33fbd11d52e3a4f4d50" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -41,9 +41,4 @@
"AWS MFA failed, check *aws-mfa* buffer for details")) "AWS MFA failed, check *aws-mfa* buffer for details"))
(process-send-string proc (concat mfa-token "\n")))) (process-send-string proc (concat mfa-token "\n"))))
;; A dired interface to S3
(use-package s3ed
:commands (s3ed-find-file
s3ed-save-file))
(provide 'init-aws) (provide 'init-aws)

View File

@ -21,9 +21,7 @@
(use-package with-editor (use-package with-editor
:hook ((eshell-mode . with-editor-export-editor) :hook ((eshell-mode . with-editor-export-editor)
(shell-mode . with-editor-export-editor) (shell-mode . with-editor-export-editor)
(vterm-mode . (lambda () (vterm-mode . with-editor-export-editor))
(with-editor-export-editor)
(vterm-clear))))
:commands (with-editor-async-shell-command :commands (with-editor-async-shell-command
with-editor-shell-command)) with-editor-shell-command))