remove extra level of parens

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
Rudi Grinberg 2019-11-10 14:14:23 +09:00
parent 1f53ee92cb
commit 7034b22e0d

View file

@ -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)))