Browse Source
Fix "Symbol's value as variable is void: kill-region" errors in Emacs 29.0.50 (#1356)
custom
Hung Dang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|