lang/javascript: fix set-pretty-symbols!
This commit is contained in:
parent
6ce30d0116
commit
4ef2ff8797
1 changed files with 14 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(after! (:any js2-mode web-mode)
|
(after! (:any js2-mode web-mode)
|
||||||
(set-pretty-symbols! '(js2-mode web-mode)
|
(set-pretty-symbols! '(js2-mode web-mode)
|
||||||
'(;; Functional
|
;; Functional
|
||||||
:def "function"
|
:def "function"
|
||||||
:lambda "() =>"
|
:lambda "() =>"
|
||||||
:composition "compose"
|
:composition "compose"
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
:for "for"
|
:for "for"
|
||||||
:return "return"
|
:return "return"
|
||||||
;; Other
|
;; Other
|
||||||
:yield "import")))
|
:yield "import"))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue