From: Armaan Bhojwani Date: Thu, 27 May 2021 02:38:48 +0000 (-0400) Subject: Remove Emacs 28 fix X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=0bab2b8fa2e33ca66108d3a4a1ebd3ff5e2a1fe9 Remove Emacs 28 fix --- diff --git a/config.org b/config.org index 61107e8..180283f 100644 --- a/config.org +++ b/config.org @@ -19,15 +19,10 @@ 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 + (defvar native-comp-deferred-compilation-deny-list ()) (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))