blob: f82b2329d9900cac3d97df63a84612fc7436045b (
plain)
1
2
3
4
5
6
7
8
9
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
|