diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 21:51:00 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 21:51:00 -0500 |
| commit | 42a6218670b92ff11a7fc9cc986775b45c07bff1 (patch) | |
| tree | 0b49889b6c38ce6eb26903c9de49042a17ec3312 /tests | |
| parent | 5f9875717b93274fc48e515e1325bba6cb2ff3a8 (diff) | |
| download | dotemacs-42a6218670b92ff11a7fc9cc986775b45c07bff1.tar.gz dotemacs-42a6218670b92ff11a7fc9cc986775b45c07bff1.zip | |
feat(dashboard): g refreshes, Telegram moves to G, F1 refreshes on show
- g on the dashboard now runs dashboard-refresh-buffer (the dired/magit convention) instead of opening Telegram. Telegram moves to G in the launcher table.
- cj/dashboard-only (F1) refreshes before showing, so re-displaying the dashboard always lands on fresh content.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-dashboard-config-launchers.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-dashboard-config-launchers.el b/tests/test-dashboard-config-launchers.el index 0ac37f87..397a8fcf 100644 --- a/tests/test-dashboard-config-launchers.el +++ b/tests/test-dashboard-config-launchers.el @@ -25,7 +25,8 @@ (require 'dashboard-config) -(defconst test-dash--keys '("c" "d" "t" "a" "r" "b" "f" "m" "e" "i" "g" "s" "l")) +;; Telegram moved from "g" to "G" so "g" is free for dashboard refresh. +(defconst test-dash--keys '("c" "d" "t" "a" "r" "b" "f" "m" "e" "i" "G" "s" "l")) ;; ----------------------------- launcher table -------------------------------- |
