mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
More packages
This commit is contained in:
parent
9a9cef55e0
commit
686f810f2a
1 changed files with 8 additions and 0 deletions
|
|
@ -368,3 +368,11 @@
|
|||
;; (setq treesit-language-source-alist '())
|
||||
(setq treesit-font-lock-level 5)
|
||||
#+end_src
|
||||
* lua
|
||||
#+begin_src emacs-lisp
|
||||
(use-package lua-mode)
|
||||
#+end_src
|
||||
* 0x0
|
||||
#+begin_src emacs-lisp
|
||||
(use-package 0x0)
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Reference in a new issue