help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reset C-, only for the org-mode case


From: Emanuel Berg
Subject: Re: Reset C-, only for the org-mode case
Date: Wed, 05 May 2021 08:37:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech wrote:

>>> Is it good enough?
>>>
>>>   (define-key org-mode-map (kbd "C-,") 'undefined)
>>>   (define-key org-mode-map (kbd "C-,") 'text-scale-decrease)
>
> "C-," in already bound in org-mode

Doesn't matter, you don't have to bind it to `undefined'
first :)

> Was not aware one can use #' with emacs code, but only with
> user defined code.

Oh no, it is the same code, the part of Emacs that is Lisp,
that's the same Lisp.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]