Skip to content

Commit

Permalink
Silence warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Mar 13, 2019
1 parent e9faab3 commit 92f99bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ The icons may not be showed correctly in terminal and on Windows.")
;; 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 project-current 'project)
(declare-function project-roots 'project)
Expand Down
2 changes: 1 addition & 1 deletion doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
(declare-function jsonrpc-last-error 'jsonrpc)
(declare-function lsp--workspace-print '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-shutdown-workspace 'lsp-mode)
(declare-function lsp-workspace-folders-switch 'lsp-mode)
(declare-function lsp-workspaces 'lsp-mode)
(declare-function magit-toplevel 'magit-git)
(declare-function mc/num-cursors 'multiple-cursors-core)
Expand Down

0 comments on commit 92f99bb

Please sign in to comment.