feat: dashboard buffer for server/daemon Emacs

This commit is contained in:
Muhammad Nauman Raza 2022-11-19 17:14:47 +00:00
parent 5635210c9d
commit 851bf07402
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -45,7 +45,8 @@
:custom :custom
(dashboard-banner-logo-title "Welcome to Dianciemacs!") (dashboard-banner-logo-title "Welcome to Dianciemacs!")
(dashboard-center-content t) (dashboard-center-content t)
(dashboard-startup-banner (concat user-emacs-directory (convert-standard-filename "neon-crown.png")))) (dashboard-startup-banner (concat user-emacs-directory (convert-standard-filename "neon-crown.png")))
(initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))))
;; magit - A beautiful git porcelain for Emacs ;; magit - A beautiful git porcelain for Emacs
(use-package magit) (use-package magit)