diff --git a/README.org b/README.org index fc989ce..651e820 100644 --- a/README.org +++ b/README.org @@ -2608,14 +2608,14 @@ epkgs.doom-modeline ** Emacs Dashboard -#+NAME emacs-dashboard-package +#+NAME: emacs-dashboard-package #+BEGIN_SRC nix epkgs.emacs-dashboard #+END_SRC [[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 +#+NAME: emacs-dashboard-elisp #+BEGIN_SRC emacs-lisp ;; Setup `emacs-dashboard'. (require 'dashboard) diff --git a/modules/emacs.nix b/modules/emacs.nix index 4f7ecc9..963e5bc 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -62,7 +62,7 @@ let epkgs.desktop-environment epkgs.doom-themes epkgs.doom-modeline - + epkgs.emacs-dashboard ]; };