Skip to content

Commit

Permalink
fix: #7223 Compiler warnings about meow* functions
Browse files Browse the repository at this point in the history
Closes #723.
  • Loading branch information
seagle0128 committed Jun 5, 2024
1 parent d1d5d9e commit 11ae6c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@
(declare-function lsp-workspaces "ext:lsp-mode")
(declare-function lv-message "ext:lv")
(declare-function mc/num-cursors "ext:multiple-cursors-core")
(declare-function meow--current-state "ext:meow")
(declare-function meow-beacon-mode-p "ext:meow")
(declare-function meow-insert-mode-p "ext:meow")
(declare-function meow-keypad-mode-p "ext:meow")
(declare-function meow-motion-mode-p "ext:meow")
(declare-function meow-normal-mode-p "ext:meow")
(declare-function minions--prominent-modes "ext:minions")
(declare-function mlscroll-mode-line "ext:mlscroll")
(declare-function mu4e--modeline-string "ext:mu4e-modeline")
Expand Down

0 comments on commit 11ae6c1

Please sign in to comment.