aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.