Fix nodejs repl + enhance narf:repl
This commit is contained in:
parent
f26ddf99ac
commit
a1bc073920
3 changed files with 11 additions and 6 deletions
|
@ -4,6 +4,9 @@
|
|||
:mode "\\.js$"
|
||||
:interpreter "node"
|
||||
:init
|
||||
(use-package nodejs-repl :defer t :commands (nodejs-repl)
|
||||
:config (evil-set-initial-state 'nodejs-repl-mode 'emacs))
|
||||
|
||||
(define-repl! js2-mode nodejs-repl)
|
||||
(define-docset! js2-mode "js,javascript,nodejs,angularjs")
|
||||
:config
|
||||
|
@ -101,7 +104,5 @@
|
|||
:config
|
||||
(setq-default coffee-indent-like-python-mode t))
|
||||
|
||||
(use-package nodejs-repl :defer t)
|
||||
|
||||
(provide 'module-js)
|
||||
;;; module-js.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue