summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-06 21:26:02 -0500
committerCase Duckworth2021-08-06 21:26:02 -0500
commit813ecf75724547cf05391e19060bab8bd1488619 (patch)
tree8ee2c7e35ee957481b61b7275ba263fd965260ab /early-init.el
parentAdd alias for erc-propertize -> propertize (diff)
downloademacs-813ecf75724547cf05391e19060bab8bd1488619.tar.gz
emacs-813ecf75724547cf05391e19060bab8bd1488619.zip
Add straight-x
Diffstat (limited to 'early-init.el')
-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.