aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-24 00:50:40 -0700
committerGravatar Tom Willemse2021-07-24 00:50:40 -0700
commit113bed72186d57bb733a75ef2195b5dd87aa737b (patch)
treec21f8c2952e472722caf755737e3b7f3091d77e0
parent8335b47b039b31c33204760b2634b869eb74da80 (diff)
downloademacs-config-113bed72186d57bb733a75ef2195b5dd87aa737b.tar.gz
emacs-config-113bed72186d57bb733a75ef2195b5dd87aa737b.zip
[oni-core] Add a line to the dashboard footer messages
-rw-r--r--oni-core.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index bd3ce98..7ca442d 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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)
;; This program is free software; you can redistribute it and/or modify
@@ -166,7 +166,8 @@ _s_: String list"
"Mask interrupts to maintain focus"
"Use multiple monitors to avoid context switching"
"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)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))