Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 (#1356)
This commit is contained in:
parent
c52889dfa4
commit
36b3950d7d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue