diff options
author | Case Duckworth | 2021-08-06 21:26:02 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-06 21:26:02 -0500 |
commit | 813ecf75724547cf05391e19060bab8bd1488619 (patch) | |
tree | 8ee2c7e35ee957481b61b7275ba263fd965260ab | |
parent | Add alias for erc-propertize -> propertize (diff) | |
download | emacs-813ecf75724547cf05391e19060bab8bd1488619.tar.gz emacs-813ecf75724547cf05391e19060bab8bd1488619.zip |
Add straight-x
-rw-r--r-- | early-init.el | 3 |
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. |