about summary refs log tree commit diff stats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-10 20:44:26 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-10 20:44:26 +0100
commit75aa147246af45652eec3827bf9b38fb63523ca2 (patch)
tree332c033002c4e0050f833ec6d4c3c86f371573e6 /.emacs.d/init.el
parent82a42c22402687bab36cea7a9953031784d7994a (diff)
downloaddotfiles-75aa147246af45652eec3827bf9b38fb63523ca2.tar.gz
Tweak straight config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 582a1f5..36528a6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -21,7 +21,6 @@
 (add-hook 'emacs-startup-hook
           (lambda ()
             (message "%s packages loaded in %0.1f seconds"
-                     ;;(length package-activated-list)
                      (hash-table-count straight--profile-cache)
                      (string-to-number (emacs-init-time)))))