diff options
-rw-r--r-- | dotfiles/.emacs.d/init.el | 5 |
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) |