added zig to init
This commit is contained in:
parent
b59a7f8cf8
commit
8f8fb54c25
2 changed files with 2 additions and 1 deletions
2
init.el
2
init.el
|
@ -176,7 +176,7 @@
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
(web +lsp +tree-sitter)
|
(web +lsp +tree-sitter)
|
||||||
(yaml +tree-sitter) ; JSON, but readable
|
(yaml +tree-sitter) ; JSON, but readable
|
||||||
;;zig ; C, but simpler
|
(zig +lsp) ; C, but simpler
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;; (mu4e +org +gmail)
|
;; (mu4e +org +gmail)
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
:repo "serialdev/ijanet-mode"))
|
:repo "serialdev/ijanet-mode"))
|
||||||
|
|
||||||
(package! platformio-mode)
|
(package! platformio-mode)
|
||||||
|
(package! scad-mode)
|
||||||
|
|
||||||
|
|
||||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue