aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-08 23:30:12 -0800
committerGravatar Tom Willemse2022-11-08 23:30:12 -0800
commit8525e5e61c6f2725199090bfa2663fc8afdbf6c3 (patch)
tree3acd9b97c509f80d44dd8c0fce1cbeec177f8792 /oni-core.el
parent47593186ea30fe2793f06ba4e887b17166dcac4d (diff)
downloademacs-config-8525e5e61c6f2725199090bfa2663fc8afdbf6c3.tar.gz
emacs-config-8525e5e61c6f2725199090bfa2663fc8afdbf6c3.zip
[oni-core] Remove agenda items from dashboard
I don't use the dashboard to see my tasks.
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el3
1 files changed, 2 insertions, 1 deletions
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 <tom@ryuslash.org>
;; 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.