[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to re-bind C-,?
From: |
Grant Rettke |
Subject: |
Re: [O] How to re-bind C-,? |
Date: |
Sat, 27 Sep 2014 09:11:43 -0500 |
That works as expected.
Thank very much Jorge and Teika.
Bit of a mystery why that local-set-key didn't work; and I'm OK with
it remaining so :).
On Sat, Sep 27, 2014 at 7:30 AM, Teika Kazura <address@hidden> wrote:
> How about this?
> (define-key org-mode-map [(control ?,)] 'your-lambda-expression)
>
> Teika (Teika kazura)
--
Grant Rettke
address@hidden | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson
Re: [O] How to re-bind C-,?, Teika Kazura, 2014/09/27
- Re: [O] How to re-bind C-,?,
Grant Rettke <=