Namespace packages
This commit is contained in:
parent
a09b7edebe
commit
185c112890
41 changed files with 177 additions and 177 deletions
|
|
@ -2,9 +2,9 @@
|
|||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(require 'icejam-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require 'icejam-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-pkg-lsp "$HOME/.emacs.d/pkg/lsp.el")
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require '+custom-pkg-lsp "$HOME/.emacs.d/pkg/lsp.el")
|
||||
|
||||
(use-package js2-mode
|
||||
:requires (web-mode company-web lsp-mode lsp-ui)
|
||||
|
|
@ -45,5 +45,5 @@
|
|||
(add-hook 'js2-mode-hook 'activate-js2-mode)
|
||||
(add-hook 'vue-mode-hook 'lsp)
|
||||
|
||||
(provide 'icejam-lang-javascript)
|
||||
(provide '+custom-lang-javascript)
|
||||
;;; javascript.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue