From 91450103d99a4a6ae020d77c75a7451f11047458 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 23 Sep 2024 12:10:03 -0500 Subject: [PATCH] Removing register info from dashboard in Emacs. --- .config/emacs/config.el | 3 +-- .config/emacs/config.org | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 4178e2a..acee519 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -42,8 +42,7 @@ (setq dashboard-items '((recents . 5) (agenda . 5 ) (bookmarks . 3) - (projects . 3) - (registers . 3))) + (projects . 3))) :custom (dashboard-modify-heading-icons '((recents . "file-text") (bookmarks . "book"))) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 4a67d1e..5c0987f 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -132,8 +132,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma (setq dashboard-items '((recents . 5) (agenda . 5 ) (bookmarks . 3) - (projects . 3) - (registers . 3))) + (projects . 3))) :custom (dashboard-modify-heading-icons '((recents . "file-text") (bookmarks . "book")))