Skip to content

Commit

Permalink
Use quit-window in meow-quit
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed May 5, 2023
1 parent 5b51f87 commit 07ccf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meow-command.el
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ This command supports `meow-selection-command-fallback'."
"Quit current window or buffer."
(interactive)
(if (> (seq-length (window-list (selected-frame))) 1)
(delete-window)
(quit-window)
(previous-buffer)))

;;; Comment
Expand Down

0 comments on commit 07ccf11

Please sign in to comment.