summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-05 18:19:47 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-05 18:19:47 -0500
commit2c078d223cda4d156f7e478da87f0b053b1327c1 (patch)
tree02e1f753b18d1f58d07de1c61f2e17b7c10db3e2
parentb7b9a7275caada0bbffd804631215c6b2b2eac3a (diff)
emacs: Remove native compilation setting that I don't think is even working.
-rw-r--r--dotfiles/.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el
index f2180d8..e43303b 100644
--- a/dotfiles/.emacs.d/init.el
+++ b/dotfiles/.emacs.d/init.el
@@ -1,10 +1,5 @@
;; -*- lexical-binding: t -*-
-;; For some reason native compilation is going *absolutely ham* on my
-;; system and spawning as many native compilation processes as it
-;; possibly can, causing my system to completely lock up.
-(setq native-comps-async-number 1)
-
;; Super handy macro for loading packages but not stopping the init
;; process if they aren't found.
(require 'use-package)