Skip to content

Commit

Permalink
Fix byte compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jun 14, 2020
1 parent 1c813d0 commit 65fd46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,8 @@ WORKSPACE is the workspace that contains the progress token."
"Holds the current breadcrumb string on headerline.")

(declare-function all-the-icons-material "ext:all-the-icons" t t)
(declare-function treemacs-get-icon-value "ext:treemacs" t t)
(declare-function lsp-treemacs-symbol-kind->icon "ext:lsp-treemacs" t t)

(defun lsp--headerline-breadcrumb-arrow-icon ()
"Build the arrow icon for headerline breadcrumb."
Expand Down

0 comments on commit 65fd46b

Please sign in to comment.