remove unnecessary parens
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
b1341f5668
commit
487b53ab5d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue