Compare commits
No commits in common. "f199adb36725eba9284376982d1fdd7403d6bded" and "6be143756cf27ac702afa58b553bfb64c298196d" have entirely different histories.
f199adb367
...
6be143756c
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,4 +33,3 @@ workspace/
|
||||
/eshell/
|
||||
/.emacs.desktop
|
||||
/.tutor/
|
||||
/intelephense/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user