From 7034b22e0dea3a0d0e44ca6fbac8e147e361a1a0 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Sun, 10 Nov 2019 14:14:23 +0900 Subject: [PATCH] remove extra level of parens Signed-off-by: Rudi Grinberg --- modules/lang/rst/config.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)))