[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] open a source code
From: |
Eric Schulte |
Subject: |
Re: [O] open a source code |
Date: |
Mon, 28 May 2012 10:36:37 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) |
Petro <address@hidden> 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