Improve startup time.

This commit is contained in:
kj
2023-04-18 01:21:36 -04:00
parent 811ff581cf
commit 0b14aeba36
3 changed files with 24 additions and 32 deletions

View File

@ -51,8 +51,10 @@
;; Un bonito y sencillo panel de inicio
(use-package dashboard
:straight t
:config
:defer t
:init
(dashboard-setup-startup-hook)
:config
(setq dashboard-set-file-icons t
dashboard-set-heading-icons t
dashboard-set-file-icons t
@ -311,9 +313,9 @@
:hook (after-init . winner-mode))
;; Emacs Start Up Profiler
;; (use-package esup
;; :ensure t
;; :straight t)
(use-package esup
:ensure t
:straight t)
(provide 'init-packages)
;;; init-packages.el ends here