summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--early-init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index aaacf36..90a2b0c 100644 --- a/early-init.el +++ b/early-init.el
@@ -152,6 +152,9 @@
152 (eval-print-last-sexp))) 152 (eval-print-last-sexp)))
153 (load bootstrap-file nil 'nomessage)) 153 (load bootstrap-file nil 'nomessage))
154 154
155;; Helper package, good commands here.
156(require 'straight-x)
157
155;; Appendix. Get rid of a dumb alias. 158;; Appendix. Get rid of a dumb alias.
156;; straight-ಠ_ಠ-mode really slows down all minibuffer completion functions. 159;; straight-ಠ_ಠ-mode really slows down all minibuffer completion functions.
157;; Since it's a (rarely-used, even) alias anyway, I just define it back to nil. 160;; Since it's a (rarely-used, even) alias anyway, I just define it back to nil.