Change dashboard startup behavior.

This commit is contained in:
kj
2025-04-09 14:08:46 -03:00
parent ad54b6e3c9
commit cf7b239bcb
2 changed files with 5 additions and 20 deletions

View File

@ -129,11 +129,6 @@
(set-face-attribute 'default nil :font "Fira Code Retina" :height 112)
(scroll-bar-mode -1)
;; Abrir primero el dashboard
(setq initial-buffer-choice (lambda ()
(get-buffer "*dashboard*")
(dashboard-refresh-buffer)))
;; Cerrar buffers al cerrar emacsclient
;; (add-hook 'delete-frame-functions
;; (lambda (frame)