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
parent
commit
36b3950d7d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/prelude-editor.el

1
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

Loading…
Cancel
Save