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/
/.emacs.desktop
/.tutor/
/intelephense/

View File

@ -58,19 +58,17 @@
;; Un bonito y sencillo panel de inicio
(use-package dashboard
:defer t
:init
(dashboard-setup-startup-hook)
:hook
(elpaca-after-init . (lambda ()
"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 '(
;; (recents . 10)
(agenda . 10)
))
(dashboard-refresh-buffer))) ;; Refrescamos el buffer sin bloquear emacs
)))
(dashboard-after-initialize . (lambda ()
"Refrescamos el dashboard con la agenda luego de cargar todo"
(setq dashboard-items '(
;; (recents . 10)
(agenda . 10)
))
(dashboard-refresh-buffer)
))
:config
(setq dashboard-set-file-icons t
dashboard-set-heading-icons t