Skip to content

Commit

Permalink
fix: Byte-compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 6, 2024
1 parent b90c95e commit e223fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-treemacs-generic.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

;;; Code:

(require 'lsp-mode)

(require 'treemacs)
(require 'treemacs-treelib)
(require 'lsp-treemacs-themes)
Expand Down
1 change: 1 addition & 0 deletions lsp-treemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
;; `lsp-mode' and `treemacs' integration.

;;; Code:

(require 'treemacs)
(require 'treemacs-icons)
(require 'treemacs-treelib)
Expand Down

0 comments on commit e223fbb

Please sign in to comment.