mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
remove unnecessary parens
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
(map! :localleader
|
(map! :localleader
|
||||||
:map rst-mode-map
|
:map rst-mode-map
|
||||||
(:prefix ("a" . "adjust")
|
(:prefix ("a" . "adjust")
|
||||||
("a" #'rst-adjust
|
"a" #'rst-adjust
|
||||||
"r" #'rst-adjust-region))
|
"r" #'rst-adjust-region)
|
||||||
(:prefix ("t" . "table of contents")
|
(:prefix ("t" . "table of contents")
|
||||||
("t" #'rst-toc
|
("t" #'rst-toc
|
||||||
"i" #'rst-toc-insert
|
"i" #'rst-toc-insert
|
||||||
|
Reference in New Issue
Block a user