[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to set C-o back to open-line?
From: |
Christopher Allan Webber |
Subject: |
Re: [O] How to set C-o back to open-line? |
Date: |
Fri, 17 May 2013 17:05:25 -0500 |
User-agent: |
mu4e 0.9.9.5-dev5; emacs 24.1.50.1 |
Carsten Dominik writes:
> On 17.5.2013, at 00:38, Christopher Allan Webber <address@hidden> wrote:
>
>> I really hate org-open-line... I can see why people might want it, but
>> it's messed up my workflow. I'd like to set C-o back.
>>
>> However, I have no idea what org-defkey is doing, but I expected this to
>> work:
>>
>> (define-key org-mode-map (kbd "C-o") 'open-line)
>
> This one will work if you do it in org-mode-hook.
Ahah... okay, great, thanks :)
> We could also introduce a variable to turn off the special behavior,
> just like we do for C-a, C-e, and C-k. This seems to me a better
> option than to introduce additional context dependencies or use
> prefix arguments to influence the behavior.
>
> - Carsten
I think that would be nice. We have options for everything else, why
not this? ;)
Thanks for the help, all!
- Re: [O] How to set C-o back to open-line?, (continued)
- Re: [O] How to set C-o back to open-line?, Nick Dokos, 2013/05/16
- Re: [O] How to set C-o back to open-line?, Suvayu Ali, 2013/05/16
- Re: [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/16
- Re: [O] How to set C-o back to open-line?, Andreas Röhler, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Nicolas Richard, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Nicolas Richard, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Christopher Allan Webber, 2013/05/17
- Re: [O] How to set C-o back to open-line?, Suvayu Ali, 2013/05/17
Re: [O] How to set C-o back to open-line?, Carsten Dominik, 2013/05/17
- Re: [O] How to set C-o back to open-line?,
Christopher Allan Webber <=