From c29078259d95c77fcab112bcb62a90d2bb139e51 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 22 Apr 2021 17:58:43 -0500
Subject: Get rid of a dumb alias that slows down Emacs

See the comment in the commit.
---
 early-init.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/early-init.el b/early-init.el
index 412a2c9..8949e20 100644
--- a/early-init.el
+++ b/early-init.el
@@ -131,6 +131,12 @@
       (eval-print-last-sexp)))
   (load bootstrap-file nil 'nomessage))
 
+;; Appendix.  Get rid of a dumb alias.
+;; straight-ಠ_ಠ-mode really slows down all minibuffer completion functions.
+;; Since it's a (rarely-used, even) alias anyway, I just define it back to nil.
+;; By the way, the alias is `straight-package-neutering-mode'.
+(defalias 'straight-ಠ_ಠ-mode nil)
+
 
 ;;; Message startup time for profiling
 ;; This just redefines the Emacs function
-- 
cgit 1.4.1-21-gabe81