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: Christopher Dimech
Subject: Re: Setting keybinding for org-support-shift-select t
Date: Sun, 4 Oct 2020 13:31:28 +0200

Got it, thank you.

A related job is how to disable org-support-shift-select
using a keybinding operation.

Regards
C*

> Sent: Sunday, October 04, 2020 at 12:23 PM
> From: "Emanuel Berg via Users list for the GNU Emacs text editor" 
> <help-gnu-emacs@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Setting keybinding for org-support-shift-select t
>
> Christopher Dimech wrote:
>
> > how do I turn off org-support-shift-select in my
> > .el file?
>
> See the docstring,
>
>    C-h v org-support-shift-select RET
>
> it says "The default of this variable is nil".
> But you can set it to whatever like this:
>
>   (setq org-support-shift-select 'always)
>
> Don't forget to byte-compile your init file(s)...
>
> --
> 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]