summaryrefslogtreecommitdiff
path: root/elchemy-user.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-07-08 21:10:57 -0700
committerChristian Cunningham <cc@local.lan>2024-07-08 21:10:57 -0700
commit72d8d4d1907005c66e8caa3ce0062e66da03d6c2 (patch)
tree4ed69e545a18fbe0c5f2cd940d28121f21c25262 /elchemy-user.el
parent676bc7149df61bb0e5df0a7734c9f8ea6732e45b (diff)
More Dynamic Dashboard
Remove hardcoded string that a user might want to customize
Diffstat (limited to 'elchemy-user.el')
-rw-r--r--elchemy-user.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/elchemy-user.el b/elchemy-user.el
index b4e6eef..41f2376 100644
--- a/elchemy-user.el
+++ b/elchemy-user.el
@@ -3,7 +3,8 @@
user-mail-address "sergey@sbrl.xyz")
;; Dashboard
-(setq elchemy/dashboard/heading-columns 4
+(setq elchemy/dashboard/header-text "Dashboard"
+ elchemy/dashboard/heading-columns 4
elchemy/dashboard/heading-padding 2
elchemy/dashboard/projects-columns 4
elchemy/dashboard/projects-padding 2