From 13dc53f43f38dc892a9f6716dae8a557beb624c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 13 Mar 2019 19:40:00 -0500 Subject: fix: to use shift-selection with Org-mode, customize 'org-support-shift-select --- modules/init-editing-utils.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/init-editing-utils.el') diff --git a/modules/init-editing-utils.el b/modules/init-editing-utils.el index be6d047..2c6f064 100644 --- a/modules/init-editing-utils.el +++ b/modules/init-editing-utils.el @@ -47,6 +47,10 @@ (setq-default indent-tabs-mode nil) +;;---------------------------------------------------------------------------- +;;Fix ORG +;;---------------------------------------------------------------------------- +(setq org-support-shift-select 'always) ;;---------------------------------------------------------------------------- ;; Undo-tree ;;---------------------------------------------------------------------------- -- cgit v1.2.3