From 33f3880b909a2ae01e6b6a204e867adcfe55d372 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 20 May 2021 21:55:06 -0400 Subject: [PATCH] Add temp straight.el fix --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index ccb1e6b..9a986e8 100644 --- a/config.org +++ b/config.org @@ -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 -- 2.39.2