From 903a0006c23661ec6e478dc39a5f68eb4c8b8976 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 10 Mar 2022 13:19:58 -0500 Subject: [PATCH] Delete dashboard --- README.org | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.org b/README.org index 651e820..9bb5264 100644 --- a/README.org +++ b/README.org @@ -1072,7 +1072,6 @@ let <> <> <> - <> ]; }; @@ -1151,7 +1150,6 @@ When Emacs is started, it normally tries to load a Lisp program from an ititiali <> <> <> -<> #+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=. @@ -2606,27 +2604,4 @@ epkgs.doom-modeline (doom-modeline-set-modeline 'dotfiles/modeline 'default) #+END_SRC -** Emacs Dashboard - -#+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 -#+BEGIN_SRC emacs-lisp -;; Setup `emacs-dashboard'. -(require 'dashboard) -(dashboard-setup-startup-hook) - -;; Configure the dashboard as the default buffer choice. -(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) - -;; Setup the banner and title. -(setq dashboard-banner-logo-title "Immutable NixOS Dotfiles") -(setq dashboard-startup-banner "/etc/dotfiles/docs/images/emacs.png") -#+END_SRC - * Footnotes