all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.