[oni-core] Remove agenda items from dashboard
I don't use the dashboard to see my tasks.
This commit is contained in:
parent
47593186ea
commit
8525e5e61c
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue