diff --git a/init.el b/init.el index 02e577c..194991c 100644 --- a/init.el +++ b/init.el @@ -321,6 +321,7 @@ This overrides the default `display-startup-echo-area-message' function." ;; General configuration (frame-title-format '("Emacs — %b") "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.") (message-truncate-lines t "Truncate messages in the echo area") (cursor-in-non-selected-windows nil "Hide cursor in inactive windows") (ring-bell-function 'ignore "Disable terminal bell")