LUAAAAAAAAAAAAAAAAA

This commit is contained in:
Sakooooo 2023-12-08 21:54:11 +04:00 committed by GitHub
parent 3c372b9dd9
commit a4989ec1ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -892,6 +892,13 @@ make sure to setup authinfo
:straight t :straight t
:hook (cmake-mode . lsp)) :hook (cmake-mode . lsp))
#+end_src #+end_src
***** Lua
#+begin_src emacs-lisp
(use-package lua-mode
:mode "\\.lua\\'"
:straight t
:hook (lua-mode . lsp))
#+end_src
***** Python ***** Python
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package python-mode (use-package python-mode