summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-07 15:09:22 -0500
committerCase Duckworth2021-08-07 15:09:22 -0500
commitadbe9b0d694b1556ffd5a37c828db672915243fb (patch)
tree63b945ff7c72040f42301034d85f35f97be96752 /early-init.el
parentAdd space to word-count modeline (diff)
parentConfigure vertico (diff)
downloademacs-adbe9b0d694b1556ffd5a37c828db672915243fb.tar.gz
emacs-adbe9b0d694b1556ffd5a37c828db672915243fb.zip
Merge branch 'main' of tildegit.org:acdw/emacs
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.