mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Merge pull request #862 from qleguennec/react-pretty-symbols
Adds js pretty symbols for `rjsx-mode`
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"A list of dash docsets to use for Javascript modes (`js2-mode' and
|
||||
`rjsx-mode'). These are used by `+lookup/in-docsets'.")
|
||||
|
||||
(after! (:any js2-mode web-mode)
|
||||
(set-pretty-symbols! '(js2-mode web-mode)
|
||||
(after! (:any js2-mode rjsx-mode web-mode)
|
||||
(set-pretty-symbols! '(js2-mode rjsx-mode web-mode)
|
||||
;; Functional
|
||||
:def "function"
|
||||
:lambda "() =>"
|
||||
|
Reference in New Issue
Block a user