]> git.armaanb.net Git - config.org.git/commitdiff
Remove Emacs 28 fix
authorArmaan Bhojwani <me@armaanb.net>
Thu, 27 May 2021 02:38:48 +0000 (22:38 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 27 May 2021 02:39:10 +0000 (22:39 -0400)
config.org

index 61107e89566d2a4295dbc0cec35a0a76cfe921cc..180283f48385d55f9be76e86a445960763d9d2dd 100644 (file)
@@ -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))