Compare commits

..

No commits in common. "f199adb36725eba9284376982d1fdd7403d6bded" and "6be143756cf27ac702afa58b553bfb64c298196d" have entirely different histories.

2 changed files with 10 additions and 13 deletions

1
.gitignore vendored
View File

@ -33,4 +33,3 @@ workspace/
/eshell/ /eshell/
/.emacs.desktop /.emacs.desktop
/.tutor/ /.tutor/
/intelephense/

View File

@ -58,19 +58,17 @@
;; Un bonito y sencillo panel de inicio ;; Un bonito y sencillo panel de inicio
(use-package dashboard (use-package dashboard
:defer t :defer t
:init
(dashboard-setup-startup-hook)
:hook :hook
(elpaca-after-init . (lambda () (dashboard-after-initialize . (lambda ()
"Refrescamos el dashboard con la agenda luego de cargar todo" "Refrescamos el dashboard con la agenda luego de cargar todo"
(when (< (length command-line-args) 2)
(dashboard-open)
(run-at-time 1 nil (lambda()
"Recargamos el buffers con los items de manera asincrónica"
(setq dashboard-items '( (setq dashboard-items '(
;; (recents . 10) ;; (recents . 10)
(agenda . 10) (agenda . 10)
)) ))
(dashboard-refresh-buffer))) ;; Refrescamos el buffer sin bloquear emacs (dashboard-refresh-buffer)
))) ))
:config :config
(setq dashboard-set-file-icons t (setq dashboard-set-file-icons t
dashboard-set-heading-icons t dashboard-set-heading-icons t