diff --git a/configs/init-base.el b/configs/init-base.el index b4576b5..e5501b4 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -100,14 +100,10 @@ (message "Corriendo en modo daemon.") (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) - ;; Set the fixed pitch face - ;;(set-face-attribute 'fixed-pitch nil :font "Fira Code Retina") - - ;; Set the variable pitch face - ;;(set-face-attribute 'variable-pitch nil :font "Cantarell" :weight 'regular) - ;; Abrir primero el dashboard - (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) + (setq initial-buffer-choice (lambda () + (get-buffer "*dashboard*") + (dashboard-refresh-buffer))) ;; Cerrar buffers al cerrar emacsclient (add-hook 'delete-frame-functions