From 487b53ab5d26152beb4d17403723ff21e7f20942 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 8 Nov 2019 12:51:57 +0900 Subject: [PATCH] remove unnecessary parens Signed-off-by: Rudi Grinberg --- modules/lang/rst/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/rst/config.el b/modules/lang/rst/config.el index 87ec00a63..25a58b029 100644 --- a/modules/lang/rst/config.el +++ b/modules/lang/rst/config.el @@ -8,8 +8,8 @@ (map! :localleader :map rst-mode-map (:prefix ("a" . "adjust") - ("a" #'rst-adjust - "r" #'rst-adjust-region)) + "a" #'rst-adjust + "r" #'rst-adjust-region) (:prefix ("t" . "table of contents") ("t" #'rst-toc "i" #'rst-toc-insert