From 51a3ca6dec1c4e207764bce4b054d39c0c3e6f69 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 28 Apr 2021 16:51:32 -0500 Subject: Use my fork of `beginend' I don't know why, but (setf (point) (point-min)) doesn't work (see the `org-mode' function). I changed it to the more ... older(?) version, (goto-char (point-min)). --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 78ed21d..4205222 100644 --- a/init.el +++ b/init.el @@ -582,7 +582,8 @@ ;; Extra packages -(setup (:straight beginend) +(setup (:straight (beginend + :fork (:repo "duckwork/beginend"))) (beginend-global-mode +1)) (setup (:straight mwim) -- cgit 1.4.1-21-gabe81