[oni-core] Add a line to the dashboard footer messages
This commit is contained in:
parent
8335b47b03
commit
113bed7218
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0715.222725
|
;; Version: 2021.0724.003354
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -166,7 +166,8 @@ _s_: String list"
|
||||||
"Mask interrupts to maintain focus"
|
"Mask interrupts to maintain focus"
|
||||||
"Use multiple monitors to avoid context switching"
|
"Use multiple monitors to avoid context switching"
|
||||||
"Optimize your personal workflow to maximize context"
|
"Optimize your personal workflow to maximize context"
|
||||||
"Grab the wheel. You can’t steer on autopilot"))
|
"Grab the wheel. You can’t steer on autopilot"
|
||||||
|
"Can it be simpler?"))
|
||||||
(dashboard-setup-startup-hook)
|
(dashboard-setup-startup-hook)
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))
|
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue