(tc-mode-map): Fix binding of tc-dissociate.
This commit is contained in:
parent
bcb61d60fc
commit
3027438bd0
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
|||
(define-key tc-mode-map "1" 'tc-merge)
|
||||
(define-key tc-mode-map "2" 'tc-two-columns)
|
||||
(define-key tc-mode-map "b" 'tc-associate-buffer)
|
||||
(define-key tc-mode-map "e" 'tc-dissociate)
|
||||
(define-key tc-mode-map "d" 'tc-dissociate)
|
||||
(define-key tc-mode-map "\C-l" 'tc-recenter)
|
||||
(define-key tc-mode-map "o" 'tc-associated-buffer)
|
||||
(define-key tc-mode-map "s" 'tc-split)
|
||||
|
|
Loading…
Add table
Reference in a new issue