Cannot be bothered to explain - just read the changes if you want

This commit is contained in:
2024-12-03 14:08:13 +00:00
parent c4c7563ea5
commit 51c373b3cb
10 changed files with 297 additions and 219 deletions

View File

@@ -33,7 +33,7 @@
(expand-file-name
"straight/repos/straight.el/bootstrap.el"
(or (bound-and-true-p straight-base-dir)
user-emacs-directory)))
user-emacs-directory)))
(bootstrap-version 7))
(unless (file-exists-p bootstrap-file)
(with-current-buffer
@@ -44,6 +44,12 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
;; Setup benchmark to get current statistics - enable only if profiling.
;; (straight-use-package 'benchmark-init)
;; (require 'benchmark-init)
;; (add-hook 'after-init-hook 'benchmark-init/deactivate)
;; (benchmark-init/activate)
(setq use-package-enable-imenu-support t
use-package-always-demand nil
use-package-always-defer nil