mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Silence warnings.
This commit is contained in:
parent
e9faab3db5
commit
92f99bbd96
2 changed files with 9 additions and 1 deletions
|
@ -238,6 +238,14 @@ The icons may not be showed correctly in terminal and on Windows.")
|
||||||
;; Externals
|
;; Externals
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
(defvar all-the-icons-scale-factor)
|
||||||
|
|
||||||
|
(declare-function all-the-icons-alltheicon 'all-the-icons)
|
||||||
|
(declare-function all-the-icons-faicon 'all-the-icons)
|
||||||
|
(declare-function all-the-icons-icon-for-file 'all-the-icons)
|
||||||
|
(declare-function all-the-icons-icon-for-mode 'all-the-icons)
|
||||||
|
(declare-function all-the-icons-material 'all-the-icons)
|
||||||
|
(declare-function all-the-icons-octicon 'all-the-icons)
|
||||||
(declare-function face-remap-remove-relative 'face-remap)
|
(declare-function face-remap-remove-relative 'face-remap)
|
||||||
(declare-function project-current 'project)
|
(declare-function project-current 'project)
|
||||||
(declare-function project-roots 'project)
|
(declare-function project-roots 'project)
|
||||||
|
|
|
@ -131,9 +131,9 @@
|
||||||
(declare-function jsonrpc-last-error 'jsonrpc)
|
(declare-function jsonrpc-last-error 'jsonrpc)
|
||||||
(declare-function lsp--workspace-print 'lsp-mode)
|
(declare-function lsp--workspace-print 'lsp-mode)
|
||||||
(declare-function lsp-describe-session 'lsp-mode)
|
(declare-function lsp-describe-session 'lsp-mode)
|
||||||
(declare-function lsp-rename 'lsp-mode)
|
|
||||||
(declare-function lsp-restart-workspace 'lsp-mode)
|
(declare-function lsp-restart-workspace 'lsp-mode)
|
||||||
(declare-function lsp-shutdown-workspace 'lsp-mode)
|
(declare-function lsp-shutdown-workspace 'lsp-mode)
|
||||||
|
(declare-function lsp-workspace-folders-switch 'lsp-mode)
|
||||||
(declare-function lsp-workspaces 'lsp-mode)
|
(declare-function lsp-workspaces 'lsp-mode)
|
||||||
(declare-function magit-toplevel 'magit-git)
|
(declare-function magit-toplevel 'magit-git)
|
||||||
(declare-function mc/num-cursors 'multiple-cursors-core)
|
(declare-function mc/num-cursors 'multiple-cursors-core)
|
||||||
|
|
Loading…
Reference in a new issue