diff options
author | noa@gaiwan.org | 2024-06-13 22:17:18 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 22:17:18 +0000 |
commit | fece6f5188df8495a4dcc21fca2ce10b8788627c (patch) | |
tree | 6ffbf097a04a31bd11dda23b137d3c32f887af5d /emacs/init.el | |
parent | 9ab0ba864dd0050b009dbf53c4fafb3a5864509b (diff) |
Don't kill whole line with C-k
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
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 "^\\*" |