Compare commits
No commits in common. "7f6989cbdfb29e72145e6d95d0ea88b7b3aeb56f" and "31ed2cba5c10291d3f06a33fbd11d52e3a4f4d50" have entirely different histories.
7f6989cbdf
...
31ed2cba5c
@ -41,9 +41,4 @@
|
||||
"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,9 +21,7 @@
|
||||
(use-package with-editor
|
||||
:hook ((eshell-mode . with-editor-export-editor)
|
||||
(shell-mode . with-editor-export-editor)
|
||||
(vterm-mode . (lambda ()
|
||||
(with-editor-export-editor)
|
||||
(vterm-clear))))
|
||||
(vterm-mode . with-editor-export-editor))
|
||||
:commands (with-editor-async-shell-command
|
||||
with-editor-shell-command))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user