From 36b3950d7d315736374b1bcb77b3583c9a895fc0 Mon Sep 17 00:00:00 2001 From: Hung Dang Date: Mon, 11 Apr 2022 02:10:23 -0400 Subject: [PATCH] Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 (#1356) --- core/prelude-editor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 2151048..2a342e8 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -166,6 +166,7 @@ ;; note - this should be after volatile-highlights is required ;; add the ability to cut the current line, without marking it (require 'rect) +(require 'crux) (crux-with-region-or-line kill-region) ;; tramp, for sudo access