Merge pull request #862 from qleguennec/react-pretty-symbols

Adds js pretty symbols for `rjsx-mode`
This commit is contained in:
Henrik Lissner 2018-09-03 23:56:45 +02:00 committed by GitHub
commit 9705fbd693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
"A list of dash docsets to use for Javascript modes (`js2-mode' and "A list of dash docsets to use for Javascript modes (`js2-mode' and
`rjsx-mode'). These are used by `+lookup/in-docsets'.") `rjsx-mode'). These are used by `+lookup/in-docsets'.")
(after! (:any js2-mode web-mode) (after! (:any js2-mode rjsx-mode web-mode)
(set-pretty-symbols! '(js2-mode web-mode) (set-pretty-symbols! '(js2-mode rjsx-mode web-mode)
;; Functional ;; Functional
:def "function" :def "function"
:lambda "() =>" :lambda "() =>"