diff --git a/modules/lang/rst/config.el b/modules/lang/rst/config.el index 77cec504d..34ea7a0b5 100644 --- a/modules/lang/rst/config.el +++ b/modules/lang/rst/config.el @@ -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)))