Update emacs.org
This commit is contained in:
parent
9fc2653c0f
commit
45a51e3f2e
1 changed files with 6 additions and 0 deletions
|
@ -581,6 +581,12 @@ make sure to setup authinfo
|
|||
:mode "\\.js\\'"
|
||||
:hook (js2-mode . lsp))
|
||||
#+end_src
|
||||
***** HTML/CSS
|
||||
#+begin_src emacs-lisp
|
||||
(use-package web-mode
|
||||
:mode ("\\.html\\"
|
||||
"\\.css\\"))
|
||||
#+end_src
|
||||
***** C/C++
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'c-mode-hook 'lsp)
|
||||
|
|
Loading…
Reference in a new issue