remove extra level of parens
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
1f53ee92cb
commit
7034b22e0d
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
"a" #'rst-adjust
|
"a" #'rst-adjust
|
||||||
"r" #'rst-adjust-region)
|
"r" #'rst-adjust-region)
|
||||||
(:prefix ("t" . "table of contents")
|
(:prefix ("t" . "table of contents")
|
||||||
("t" #'rst-toc
|
"t" #'rst-toc
|
||||||
"i" #'rst-toc-insert
|
"i" #'rst-toc-insert
|
||||||
"u" #'rst-toc-update
|
"u" #'rst-toc-update
|
||||||
"f" #'rst-toc-follow-link))))
|
"f" #'rst-toc-follow-link)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue