Move around themes, change theme to dark
This commit is contained in:
parent
eb6b5fb740
commit
e30eb7950e
4 changed files with 65 additions and 44 deletions
|
|
@ -43,7 +43,13 @@
|
|||
'(company-capf company-yasnippet)))
|
||||
|
||||
(add-hook 'js2-mode-hook 'activate-js2-mode)
|
||||
(add-hook 'vue-mode-hook 'lsp)
|
||||
|
||||
(defun activate-vue-mode ()
|
||||
"VueJS overrides."
|
||||
(lsp-deferred)
|
||||
(setq-local lsp-ui-show-code-actions f))
|
||||
|
||||
(add-hook 'vue-mode-hook 'activate-vue-mode)
|
||||
|
||||
(provide '+custom-lang-javascript)
|
||||
;;; javascript.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue