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
|
||||
"r" #'rst-adjust-region)
|
||||
(:prefix ("t" . "table of contents")
|
||||
("t" #'rst-toc
|
||||
"i" #'rst-toc-insert
|
||||
"u" #'rst-toc-update
|
||||
"f" #'rst-toc-follow-link))))
|
||||
"t" #'rst-toc
|
||||
"i" #'rst-toc-insert
|
||||
"u" #'rst-toc-update
|
||||
"f" #'rst-toc-follow-link)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue