remove unnecessary parens

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
Rudi Grinberg 2019-11-08 12:51:57 +09:00
parent b1341f5668
commit 487b53ab5d

View file

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