[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the «inverse» function of join-lines
From: |
Yuri Khan |
Subject: |
Re: the «inverse» function of join-lines |
Date: |
Tue, 24 Oct 2023 17:12:22 +0700 |
On Tue, 24 Oct 2023 at 16:47, Yuri Khan <yuri.v.khan@gmail.com> wrote:
> I have the following function on M-J, in addition to standard
> delete-indentation on M-^:
>
> (defun yk-join-lines ()
> "Join the current line with the next one."
> (interactive)
> (delete-indentation 1))
(Someone might say this is superfluous and any other way to invoke
delete-indentation with a prefix argument, like M-6 M-^, would work
just as well. Well, it’s not for me, I don’t like long key sequences
for frequent actions.)