From f57163a6c87849b81acd3401f6fe4caaeed4b2b9 Mon Sep 17 00:00:00 2001 From: Mohsin Kaleem Date: Mon, 1 Jan 2024 17:59:31 +0000 Subject: [PATCH] bugfix: Missing autoload for with-evil-adjust-to-eol+ --- init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.org b/init.org index e65c6cd..1460809 100644 --- a/init.org +++ b/init.org @@ -4421,6 +4421,8 @@ Welcome to my personal Emacs configuration 😎. :config (evil-ex-define-cmd "rev[erse]" 'evil-reverse) + :autoload with-evil-adjust-to-eol+ + :leader ("xc" 'evil-capitalize+)