about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-28 16:51:32 -0500
committerCase Duckworth2021-04-28 16:51:32 -0500
commit51a3ca6dec1c4e207764bce4b054d39c0c3e6f69 (patch)
treec1bf889f652e94d1af0f231249d32e499bd703ae /init.el
parentShow all messages in imap mailboxen (diff)
downloademacs-51a3ca6dec1c4e207764bce4b054d39c0c3e6f69.tar.gz
emacs-51a3ca6dec1c4e207764bce4b054d39c0c3e6f69.zip
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)).
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 78ed21d..4205222 100644 --- a/init.el +++ b/init.el
@@ -582,7 +582,8 @@
582 582
583;; Extra packages 583;; Extra packages
584 584
585(setup (:straight beginend) 585(setup (:straight (beginend
586 :fork (:repo "duckwork/beginend")))
586 (beginend-global-mode +1)) 587 (beginend-global-mode +1))
587 588
588(setup (:straight mwim) 589(setup (:straight mwim)