Remove unnecessary key definition
* dispass.el (dispass-labels-mode): Remove the key definition for `dispass-create', it is already defined in `dispass-labels-mode-map'.
This commit is contained in:
parent
116dc63f49
commit
30bfd28fcb
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ thrown."
|
|||
|
||||
\\<dispass-labels-mode-map>
|
||||
\\{dispass-labels-mode-map}"
|
||||
(define-key dispass-labels-mode-map "c" 'dispass-create)
|
||||
(setq tabulated-list-format [("Label" 30 t)
|
||||
("Length" 6 nil)
|
||||
("Hash" 0 t)]
|
||||
|
|
Loading…
Reference in a new issue