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

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

Re: Setting keybinding for org-support-shift-select t


From: Emanuel Berg
Subject: Re: Setting keybinding for org-support-shift-select t
Date: Sun, 04 Oct 2020 14:48:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Christopher Dimech wrote:

> A problem I am encountering with keybindings is
> that I end up with very strange key combinations.

Well, you don't end up with anything, really, not
this early on at least, just pick key combinations
that makes sense to you... redefine or remove them,
if you later on don't like 'em.

First check with C-h k KEY that they don't do
anything useful already...

> I rather type a key followed by a string as is done
> in Emacs such as "M-x org-mode". Is there an
> relatively easy way to do this for one's
> own operations?

They have to be interactive (or "commands"), that's
all

(defun my-best-command-yet ()
  (interactive)
  ;; do whatever you want
  )

M-x my-best-command-yet RET

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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