1

Enable kill-whole-line

This commit is contained in:
Jessie Hildebrandt 2023-10-13 16:44:25 -04:00
parent 2fd1ebe111
commit 9884859897

View File

@ -321,6 +321,7 @@ This overrides the default `display-startup-echo-area-message' function."
;; General configuration ;; General configuration
(frame-title-format '("Emacs — %b") "Set frame title to buffer name") (frame-title-format '("Emacs — %b") "Set frame title to buffer name")
(truncate-lines t "Truncate lines instead of wrapping") (truncate-lines t "Truncate lines instead of wrapping")
(kill-whole-line t "Include newline character when killing a line.")
(message-truncate-lines t "Truncate messages in the echo area") (message-truncate-lines t "Truncate messages in the echo area")
(cursor-in-non-selected-windows nil "Hide cursor in inactive windows") (cursor-in-non-selected-windows nil "Hide cursor in inactive windows")
(ring-bell-function 'ignore "Disable terminal bell") (ring-bell-function 'ignore "Disable terminal bell")