Add for side effects
This commit is contained in:
parent
198a920f7b
commit
e1a25a2078
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ an eye out for LABEL."
|
||||||
(define-derived-mode dispass-labels-mode tabulated-list-mode "DisPass"
|
(define-derived-mode dispass-labels-mode tabulated-list-mode "DisPass"
|
||||||
"Major mode for listing dispass labels.
|
"Major mode for listing dispass labels.
|
||||||
|
|
||||||
|
\\<dispass-labels-mode-map>
|
||||||
\\{dispass-labels-mode-map}"
|
\\{dispass-labels-mode-map}"
|
||||||
(define-key dispass-labels-mode-map "c" 'dispass-create)
|
(define-key dispass-labels-mode-map "c" 'dispass-create)
|
||||||
(setq tabulated-list-format [("Label" 30 t)
|
(setq tabulated-list-format [("Label" 30 t)
|
||||||
|
|
Loading…
Reference in a new issue