added zig to init

This commit is contained in:
Matt Nish-Lapidus 2023-10-26 12:24:53 -04:00
parent b59a7f8cf8
commit 8f8fb54c25
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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: