Skip to content

Commit

Permalink
Fix "Symbol's value as variable is void: kill-region" errors in Emacs…
Browse files Browse the repository at this point in the history
… 29.0.50 (bbatsov#1356)
  • Loading branch information
hungptit authored and jmuhlich committed May 23, 2023
1 parent e76bb03 commit 1704700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/prelude-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1704700

Please sign in to comment.