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 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
|
||||
|
Reference in New Issue
Block a user