diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-10 16:28:16 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-10 16:28:16 +0100 |
commit | 82a42c22402687bab36cea7a9953031784d7994a (patch) | |
tree | 6c48004a10b38ab98177e4da3ba0f6ca5fc385f1 /.emacs.d/init.el | |
parent | 732d65be392e493788d4459e1e2a159c6217fa3b (diff) | |
download | dotfiles-82a42c22402687bab36cea7a9953031784d7994a.tar.gz |
Try out straight
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 75801a3..582a1f5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -21,7 +21,8 @@ (add-hook 'emacs-startup-hook (lambda () (message "%s packages loaded in %0.1f seconds" - (length package-activated-list) + ;;(length package-activated-list) + (hash-table-count straight--profile-cache) (string-to-number (emacs-init-time))))) (add-hook 'after-init-hook #'(lambda () |