This commit is contained in:
Jonathan Neidel 2026-02-11 09:44:38 +01:00 committed by GitHub
parent d6ab60c4b6
commit 288a0e4dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -439,7 +439,7 @@ An alternative implementation using the kitty terminal:
"Run \"filetags\" on current or marked files"
(interactive)
(dired-do-shell-command
"kitty -o remember_window_size=no -o initial_window_width=60c -o initial_window_height=15c --position 535x300 -o window_padding_width='0 20 0 20' --title floating -- filetags --interactive *"
"kitty -o remember_window_size=no -o initial_window_width=60c -o initial_window_height=15c --position 535x300 -o window_padding_width='0 20 0 20' --title floating -- filetags -q --interactive *"
nil
(dired-get-marked-files))
(revert-buffer nil t t))