summaryrefslogtreecommitdiff
path: root/elchemy-dashboard.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-14 17:09:07 -0700
committerChristian Cunningham <cc@localhost>2024-06-14 17:09:07 -0700
commit8385e90561e11d33f60a3b2ff7686925bdcf36b6 (patch)
tree4d46cb220b897d833eb2add3e5db629a48d937c7 /elchemy-dashboard.el
parent4333967a199a076443bb2e2eb30d998e69a3bff0 (diff)
Use Noninteractive Function
Diffstat (limited to 'elchemy-dashboard.el')
-rw-r--r--elchemy-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elchemy-dashboard.el b/elchemy-dashboard.el
index 299a2e2..2839307 100644
--- a/elchemy-dashboard.el
+++ b/elchemy-dashboard.el
@@ -93,7 +93,7 @@
(insert "\n")
(button-mode +1)
(read-only-mode +1)
- (beginning-of-buffer))))
+ (goto-char (point-min)))))
(defun elchemy/recreate-dashboard ()
"Recreate the dashboard"