From 8525e5e61c6f2725199090bfa2663fc8afdbf6c3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 8 Nov 2022 23:30:12 -0800 Subject: [oni-core] Remove agenda items from dashboard I don't use the dashboard to see my tasks. --- oni-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-core.el b/oni-core.el index b1ae8fe..b77dcb8 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.1102.014506 +;; Version: 2022.1108.233000 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window vertico marginalia orderless consult embark docstr) ;; This program is free software; you can redistribute it and/or modify @@ -174,6 +174,7 @@ _s_: String list" "Grab the wheel. You can’t steer on autopilot" "Can it be simpler?")) (dashboard-setup-startup-hook) +(assq-delete-all 'agenda dashboard-items) (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))) ;; Increase the threshold for garbage collection for increased performance. -- cgit v1.2.3-54-g00ecf