lang/javascript: fix set-pretty-symbols!

This commit is contained in:
Aria Edmonds 2018-06-20 18:29:04 +10:00
parent 6ce30d0116
commit 4ef2ff8797
No known key found for this signature in database
GPG key ID: 1F7306588FE1F239

View file

@ -2,7 +2,7 @@
(after! (:any js2-mode web-mode)
(set-pretty-symbols! '(js2-mode web-mode)
'(;; Functional
;; Functional
:def "function"
:lambda "() =>"
:composition "compose"
@ -15,7 +15,7 @@
:for "for"
:return "return"
;; Other
:yield "import")))
:yield "import"))
;;