@ -1151,7 +1150,6 @@ When Emacs is started, it normally tries to load a Lisp program from an ititiali
<<emacs-transparency-elisp>>
<<emacs-transparency-elisp>>
<<emacs-doom-themes-elisp>>
<<emacs-doom-themes-elisp>>
<<emacs-doom-modeline-elisp>>
<<emacs-doom-modeline-elisp>>
<<emacs-dashboard-elisp>>
#+END_SRC
#+END_SRC
It's somtimes desirable to have customization that takes effect during Emacs startup earlier than the normal init file. Place these configurations in =~/.emacs.d/early-init.el=. Most customizations should be put in the normal init file =~/.emacs.d/init.el=.
It's somtimes desirable to have customization that takes effect during Emacs startup earlier than the normal init file. Place these configurations in =~/.emacs.d/early-init.el=. Most customizations should be put in the normal init file =~/.emacs.d/init.el=.
[[https:github.com/emacs-dashboard/emacs-dashboard][Emacs Dashboard]] is an extensible dashboard display for emacs that shows widgets containing the most relevant information to the user, and is a highly configurable splashscreen for Emacs.
#+NAME: emacs-dashboard-elisp
#+BEGIN_SRC emacs-lisp
;; Setup `emacs-dashboard'.
(require 'dashboard)
(dashboard-setup-startup-hook)
;; Configure the dashboard as the default buffer choice.