branch: externals/org
commit eb2b92eca0b2153e142e3448382a981fe5ef9372
Merge: 5cb67a630d 9cd0e47501
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
Merge branch 'km/from-emacs-master'
---
lisp/org.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 910c075cd7..3465f0134d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5171,8 +5171,9 @@ The following commands are available:
;; Initialize radio targets.
(org-update-radio-target-regexp)
;; Indentation.
- (setq-local indent-line-function 'org-indent-line)
- (setq-local indent-region-function 'org-indent-region)
+ (setq-local indent-line-function #'org-indent-line)
+ (setq-local indent-region-function #'org-indent-region)
+ (setq-local electric-indent-inhibit t)
;; Filling and auto-filling.
(org-setup-filling)
;; Comments.