Skip to content

Commit

Permalink
Support derived modes in zoom-ignored-major-modes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtamagnan committed Aug 16, 2024
1 parent 2104abb commit 9b05407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zoom.el
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ Argument IGNORED is ignored."
(window-minibuffer-p)
;; check against the major mode
(member major-mode zoom-ignored-major-modes)
(derived-mode-p zoom-ignored-major-modes)
;; check against the buffer name
(member (buffer-name) zoom-ignored-buffer-names)
;; check against the buffer name (using a regexp)
Expand Down

0 comments on commit 9b05407

Please sign in to comment.