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 13:23:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

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]