diff options
Diffstat (limited to 'app-emacs/treemacs/files/50treemacs-gentoo.el')
-rw-r--r-- | app-emacs/treemacs/files/50treemacs-gentoo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/treemacs/files/50treemacs-gentoo.el b/app-emacs/treemacs/files/50treemacs-gentoo.el index 431f7e90ae73..296e01d5b8b4 100644 --- a/app-emacs/treemacs/files/50treemacs-gentoo.el +++ b/app-emacs/treemacs/files/50treemacs-gentoo.el @@ -1 +1,3 @@ (add-to-list 'load-path "@SITELISP@") +(autoload 'treemacs "treemacs" + "Initialise or toggle treemacs." t) |