1
0
Fork 0

[oni-core] Remove agenda items from dashboard

I don't use the dashboard to see my tasks.
This commit is contained in:
Tom Willemse 2022-11-08 23:30:12 -08:00
parent 47593186ea
commit 8525e5e61c

View file

@ -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 cant 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.