Get rid of a dumb alias that slows down Emacs

See the comment in the commit.
This commit is contained in:
Case Duckworth 2021-04-22 17:58:43 -05:00
parent d407e9de54
commit c29078259d
1 changed files with 6 additions and 0 deletions

View File

@ -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