summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 22:17:18 +0000
committernoa@gaiwan.org2024-06-13 22:17:18 +0000
commitfece6f5188df8495a4dcc21fca2ce10b8788627c (patch)
tree6ffbf097a04a31bd11dda23b137d3c32f887af5d /emacs
parent9ab0ba864dd0050b009dbf53c4fafb3a5864509b (diff)
Don't kill whole line with C-k
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index d03a1e2..1654c22 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -839,7 +839,6 @@ and when JID is not in `jabber-activity-banned'."
 (setq inhibit-startup-echo-area-message "noa")  ;; #userfreedom
 
 (setopt
- kill-whole-line t
  uniquify-after-kill-buffer-p t
  uniquify-buffer-name-style 'forward
  uniquify-ignore-buffers-re "^\\*"