From 23cc4ab7b5695f77ffd15f5ee5e7cc414237642f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 18 Aug 2026 03:04:31 -0400 Subject: Update --- src/gizmo/wasp-top.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/gizmo/wasp-top.el (limited to 'src/gizmo/wasp-top.el') diff --git a/src/gizmo/wasp-top.el b/src/gizmo/wasp-top.el new file mode 100644 index 00000000..f82b2329 --- /dev/null +++ b/src/gizmo/wasp-top.el @@ -0,0 +1,10 @@ +;;; wasp-top --- description -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: + +(define-derived-mode w/top-mode tabulated-list-mode "Top Humans" + "Major mode for displaying top humans." + :group 'wasp) + +(provide 'wasp-top) +;;; wasp-top.el ends here -- cgit v1.3.1