[emacs] Make drop shut up after a successful drop

This commit is contained in:
Sebastian Schulze 2023-02-22 20:01:28 +01:00
parent eb625f8799
commit 2e1052b3f7
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 1 deletions

View File

@ -170,7 +170,9 @@
(dwim-shell-command-on-marked-files
"Drop to drop.bascht.space"
"swaymsg exec -- drop <<f>>"
:utils "drop"))
:utils "drop"
:silent-success t
))
(defun dwim-shell-command-drag ()
"Drag stuff via dragon"