unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Reset C-, only for the org-mode case
@ 2021-05-01 20:20 michael-franzese
  2021-05-02  6:35 ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: michael-franzese @ 2021-05-01 20:20 UTC (permalink / raw)
  To: Help Gnu Emacs

Have been using the following keybindings to change the text height.

(global-set-key (kbd "C-,") 'text-scale-decrease)
(global-set-key (kbd "C-.") 'text-scale-increase)

But in org-mode C-, is already being used for org-cycle-agenda-files

C-'
C-, (org-cycle-agenda-files)

It was suggested to me that I can reset C-, and then apply my new keybinding
to execute "text-scale-decrease".

I would like to reset C-, only for the org-mode case.  What can be done?






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-05-05 10:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 20:20 Reset C-, only for the org-mode case michael-franzese
2021-05-02  6:35 ` Eli Zaretskii
2021-05-03 23:50   ` michael-franzese
2021-05-03 23:56     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-05  6:30       ` Christopher Dimech
2021-05-05  6:37         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-05  8:31           ` Christopher Dimech
2021-05-05  9:00             ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-05 10:10               ` Christopher Dimech
2021-05-05 10:27                 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-05 10:43                   ` Christopher Dimech

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).