Skip to content

Commit

Permalink
[Evil] Import functions needed for compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Miller committed Aug 22, 2023
1 parent 0752cec commit 76a20a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/extra/treemacs-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
treemacs-common-helpful-hydra
treemacs-advanced-helpful-hydra)

(treemacs-import-functions-from "treemacs-mouse-interface"
treemacs-dragleftclick-action
treemacs-leftclick-action)

(treemacs-import-functions-from "treemacs-mouse-interface"
treemacs-copy-file)

(declare-function treemacs-add-bookmark "treemacs-bookmarks.el")

(declare-function treemacs-git-commit-diff-mode "treemacs-commit-diff-mode.el")
Expand Down

0 comments on commit 76a20a4

Please sign in to comment.