emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org without X on Debian


From: Eduardo Ochs
Subject: Re: [O] Org without X on Debian
Date: Wed, 1 Feb 2012 11:56:04 -0200

On Tue, Jan 31, 2012 at 6:55 PM, Jay Belanger <address@hidden> wrote:
> >> I want to use a small netbook exclusively for Org-mode.
> >> That's why I think I do not need X.
> >
> > You may not need it, but a lightweight window manager like WindowMaker
> > fvwm or maybe a tiling WM like awesome may be worth a second look.  Have
> > a look here:
>
> If the netbook will only be used for org-mode, and so perhaps only
> running Emacs, a WM might not even be necessary.  If only one Emacs
> frame is used, it could probably be run on bare X.

This works for me:

cat > /tmp/em.sh <<'%%%'
#!/bin/sh
/usr/bin/emacs
%%%

chmod 755 /tmp/em.sh

XINITRC=/tmp/em.sh xinit -- :2.0 &

  Cheers,
    Eduardo Ochs
    address@hidden
    http://angg.twu.net/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]