1

Disable kill-whole-line

This commit is contained in:
Jessie Hildebrandt 2025-03-14 00:55:29 -04:00
parent 4296030911
commit 272a759bdf

View File

@ -274,7 +274,6 @@ DOCSTRING is an optional form that is discarded upon expansion."
;; General configuration
(frame-title-format '("%b — Emacs") "Set frame title to buffer name")
(truncate-lines t "Truncate lines instead of wrapping")
(kill-whole-line t "Include newline character when killing a line")
(context-menu-mode t "Enable global context menu support")
(message-truncate-lines t "Truncate messages in the echo area")
(cursor-in-non-selected-windows nil "Hide cursor in inactive windows")