From: Armaan Bhojwani Date: Fri, 21 May 2021 01:55:06 +0000 (-0400) Subject: Add temp straight.el fix X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=33f3880b909a2ae01e6b6a204e867adcfe55d372 Add temp straight.el fix --- 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