Improve startup time.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user