summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-top.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/gizmo/wasp-top.el')
-rw-r--r--src/gizmo/wasp-top.el10
1 files changed, 10 insertions, 0 deletions
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