branch: elpa/tablist commit 1e4fac1dc90a4cd33dd66daca3676b5339d0cc49 Author: Syohei YOSHIDA <syo...@gmail.com> Commit: Syohei YOSHIDA <syo...@gmail.com>
Add autoload cookie for lazy loading --- tablist.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tablist.el b/tablist.el index ed497d5..5929c87 100644 --- a/tablist.el +++ b/tablist.el @@ -301,6 +301,7 @@ as argument for the function `completion-in-region'.") (error "Buffer is not in Tabulated List Mode")) (tablist-init (not tablist-minor-mode))) +;;;###autoload (define-derived-mode tablist-mode tabulated-list-mode "TL" (tablist-init))