Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 (#1356)

This commit is contained in:
Hung Dang 2022-04-11 02:10:23 -04:00 committed by GitHub
parent c52889dfa4
commit 36b3950d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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