Jim Myhrberg 89fa2342d3 Add new emacs-gui-server and emacs-gui-client commands
The idea behind these commands is to easily launch a Emacs server which
runs in the background, but with font/theme/etc settings as if it was
launched like a normal GUI.

I used to just launch Emacs.app directly, but, now I use these binaries
to open a full GUI frame by executing `emacs-gui-client -c &`. After
starting the GUI server with `emacs-gui-server start` of course.

The main difference between calling `emacs --daemon` and
`emacs-gui-server start` is that the latter uses a custom socket as to
not interfere with any console-base Emacs server, and it also sets the
`EMACS_GUI_SERVER` environment variable to `1`, letting my Emacs config
figure out which theme/fonts/etc to load.
2013-02-18 01:02:56 +00:00
2013-02-01 10:11:24 +00:00
2012-09-02 22:57:57 +01:00
2013-02-18 00:56:32 +00:00
2012-02-06 00:34:43 +00:00
2012-02-06 00:34:51 +00:00
2012-06-21 10:34:58 +01:00
2012-02-06 00:35:20 +00:00
2012-02-06 00:35:28 +00:00
2012-02-06 00:36:03 +00:00
2012-02-06 00:36:34 +00:00
2012-02-06 00:36:17 +00:00
2012-10-16 05:35:23 +01:00
Description
My personals dotfiles with any quirks, oddities, bugs, and man-eating errors I live with on a daily basis.
139 MiB
Languages
CSS 95.6%
Shell 1.9%
Ruby 1%
Lua 0.9%
JavaScript 0.4%
Other 0.1%