Compare commits
2 Commits
31ed2cba5c
...
7f6989cbdf
Author | SHA1 | Date | |
---|---|---|---|
|
7f6989cbdf | ||
|
f855abbfe4 |
@ -41,4 +41,9 @@
|
||||
"AWS MFA failed, check *aws-mfa* buffer for details"))
|
||||
(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)
|
||||
|
@ -21,7 +21,9 @@
|
||||
(use-package with-editor
|
||||
:hook ((eshell-mode . with-editor-export-editor)
|
||||
(shell-mode . with-editor-export-editor)
|
||||
(vterm-mode . with-editor-export-editor))
|
||||
(vterm-mode . (lambda ()
|
||||
(with-editor-export-editor)
|
||||
(vterm-clear))))
|
||||
:commands (with-editor-async-shell-command
|
||||
with-editor-shell-command))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user