Petro <khoros...@gmail.com> writes:

> Hi all.
> If I open a python code using "C-c '", emacs window splits into two. One
> with with python mode and another with org mode. How can I prevent
> splitting and make python window full screen?
> Thanks.
> Petro.
>
>
>

Hi Petro,

Customize the `org-src-window-setup' variable to change this behavior.
The following should be close to what you're after.

  (setq org-src-window-setup 'current-window)

Best,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to