From 9854384071606e5a3d4757190812612088d5eac3 Mon Sep 17 00:00:00 2001 From: Eric Dallo Date: Sat, 13 Jun 2020 20:55:05 -0300 Subject: [PATCH] Fix byte compile errors --- lsp-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lsp-mode.el b/lsp-mode.el index 1426775e760..d644cd88664 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -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."