]> git.armaanb.net Git - config.org.git/commitdiff
Add temp straight.el fix
authorArmaan Bhojwani <me@armaanb.net>
Fri, 21 May 2021 01:55:06 +0000 (21:55 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Fri, 21 May 2021 03:51:30 +0000 (23:51 -0400)
config.org

index ccb1e6ba4420ac5b71262859c6657cd7b5292e1f..9a986e82b781f5695ffa6f670df106159cca4c49 100644 (file)
@@ -19,6 +19,12 @@ Lastly, I use Evil mode. Modal keybindings are simpler and more ergonomic than s
 ** License
 Released under the [[https://opensource.org/licenses/MIT][MIT license]] by Armaan Bhojwani, 2021. Note that many snippets are taken from online, and other sources, who are credited for their work near their contributions.
 * Package management
+** Emacs 28 fix
+This is temporary until some stuff gets fixed upstream
+#+begin_src emacs-lisp
+  (setq straight-repository-branch "develop")
+  (setq straight-disable-native-compile t)
+#+end_src
 ** Bootstrap straight.el
 straight.el is really nice for managing package, and it integrates nicely with use-package. It uses the bootstrapping system defined here for installation.
 #+begin_src emacs-lisp