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/
|
/eshell/
|
||||||
/.emacs.desktop
|
/.emacs.desktop
|
||||||
/.tutor/
|
/.tutor/
|
||||||
/intelephense/
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user