(I apologize in advance for my general technical / emacs inexperience. I use org-mode
for writing novels, so have not delved very deep into its many options)
I have visual-line-mode
set as my default with the line (global-visual-line-mode t)
in my ~/.emacs
. In the past, ctrl-k
(kill-line
) has killed the entire line in this mode, but on a recently reformatted computer, ctrl-k
is only killing to the screen edge.
How would you suggest setting ctrl-k
to kill past the screen edge again?