org-src preserve indentation in edit special
This commit is contained in:
parent
cdf049bb4d
commit
f82911dd3c
|
@ -278,7 +278,6 @@ which prevail to-day, — a difference of method existing not in
|
||||||
comparative linguistics alone, but also in other fields of
|
comparative linguistics alone, but also in other fields of
|
||||||
philological and historical research that border on it.
|
philological and historical research that border on it.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
** Buffer and Window management
|
** Buffer and Window management
|
||||||
Rules and packages for buffer management and window navigation.
|
Rules and packages for buffer management and window navigation.
|
||||||
|
|
||||||
|
@ -894,7 +893,8 @@ Configure email with iCalendar event support, to integrate with
|
||||||
(use-package org-src
|
(use-package org-src
|
||||||
:after org
|
:after org
|
||||||
:custom
|
:custom
|
||||||
(org-src-window-setup 'reorganize-frame))
|
(org-src-preserve-indentation t)
|
||||||
|
(org-src-window-setup 'plain))
|
||||||
|
|
||||||
(use-package ob-core
|
(use-package ob-core
|
||||||
:after org
|
:after org
|
||||||
|
|
Loading…
Reference in a new issue