Make language packages nicer
This commit is contained in:
parent
f1d3e7d6d7
commit
4b10beec8d
12 changed files with 82 additions and 28 deletions
|
|
@ -2,6 +2,10 @@
|
|||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(require '05prog-mode "$HOME/.emacs.d/05prog-mode.el")
|
||||
(require '05flycheck "$HOME/.emacs.d/05flycheck.el")
|
||||
(require '05lsp "$HOME/.emacs.d/05lsp.el")
|
||||
|
||||
(use-package js2-mode
|
||||
:requires (web-mode company-web lsp-mode lsp-ui)
|
||||
:ensure t)
|
||||
|
|
@ -36,5 +40,5 @@
|
|||
|
||||
(add-hook 'js2-mode-hook 'activate-js2-mode)
|
||||
|
||||
(provide 'javascript)
|
||||
(provide 'languages/javascript)
|
||||
;;; javascript.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue