mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable docsets in nodejs-repl-mode
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
;;; lang/javascript/config.el -*- lexical-binding: t; -*-
|
;;; lang/javascript/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(after! (:any js2-mode rjsx-mode web-mode)
|
(after! (:any js2-mode rjsx-mode web-mode)
|
||||||
(set-docsets! '(js2-mode rjsx-mode) "JavaScript"
|
(set-docsets! '(js2-mode rjsx-mode nodejs-repl-mode) "JavaScript"
|
||||||
"AngularJS" "Backbone" "BackboneJS" "Bootstrap" "D3JS" "EmberJS" "Express"
|
"AngularJS" "Backbone" "BackboneJS" "Bootstrap" "D3JS" "EmberJS" "Express"
|
||||||
"ExtJS" "JQuery" "JQuery_Mobile" "JQuery_UI" "KnockoutJS" "Lo-Dash"
|
"ExtJS" "JQuery" "JQuery_Mobile" "JQuery_UI" "KnockoutJS" "Lo-Dash"
|
||||||
"MarionetteJS" "MomentJS" "NodeJS" "PrototypeJS" "React" "RequireJS"
|
"MarionetteJS" "MomentJS" "NodeJS" "PrototypeJS" "React" "RequireJS"
|
||||||
|
Reference in New Issue
Block a user