Enable kill-whole-line
This commit is contained in:
parent
2fd1ebe111
commit
9884859897
1
init.el
1
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")
|
||||
|
Loading…
Reference in New Issue
Block a user