From 87fe8225150853b46dc70657ba3a340ae2d1a52a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 3 May 2020 16:30:52 -0400 Subject: [PATCH] Fix void-function treemacs-current-visibility --- modules/ui/treemacs/autoload.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/treemacs/autoload.el b/modules/ui/treemacs/autoload.el index a6f377b36..9d01f1d8a 100644 --- a/modules/ui/treemacs/autoload.el +++ b/modules/ui/treemacs/autoload.el @@ -9,6 +9,7 @@ been removed. Use `treemacs' command for old functionality." (interactive) + (require 'treemacs) (pcase (treemacs-current-visibility) (`visible (delete-window (treemacs-get-local-window))) (_ (if (doom-project-p)