diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-18 03:04:31 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-18 03:04:31 -0400 |
| commit | 23cc4ab7b5695f77ffd15f5ee5e7cc414237642f (patch) | |
| tree | 07ac5ee48cc3773664fda24b227618422b468ec9 /src/gizmo/wasp-top.el | |
| parent | f04ada478f4bfa5637744876f00ff56f85dcf552 (diff) | |
Diffstat (limited to 'src/gizmo/wasp-top.el')
| -rw-r--r-- | src/gizmo/wasp-top.el | 10 |
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 |
