Compare commits
2 Commits
ac14f2eaad
...
6065d732c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
6065d732c0
|
|||
|
d04a2a2b4e
|
@@ -86,9 +86,8 @@
|
|||||||
;; Set up the mail stack
|
;; Set up the mail stack
|
||||||
(after! mu4e (load! "+mail"))
|
(after! mu4e (load! "+mail"))
|
||||||
;; HACK Enable AOT native compilation
|
;; HACK Enable AOT native compilation
|
||||||
|
(setq! package-native-compile t)
|
||||||
(setq native-comp-jit-compilation nil)
|
(setq native-comp-jit-compilation nil)
|
||||||
(after! (doom-packages straight)
|
|
||||||
(setq straight--native-comp-available t))
|
|
||||||
;; Use PlatformIO for Arduino development
|
;; Use PlatformIO for Arduino development
|
||||||
(use-package! platformio-mode
|
(use-package! platformio-mode
|
||||||
:after cc-mode
|
:after cc-mode
|
||||||
|
|||||||
4
init.el
4
init.el
@@ -164,8 +164,8 @@
|
|||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
(python +lsp ; beautiful is better than ugly
|
(python +lsp ; beautiful is better than ugly
|
||||||
+poetry
|
+tree-sitter
|
||||||
+tree-sitter)
|
+uv)
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
|
|||||||
Reference in New Issue
Block a user