Compare commits

..

2 Commits

2 changed files with 3 additions and 4 deletions

View File

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

View File

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