mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
89fa2342d34ab9a8b94f6e11dfd30660f22cb6e5
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.
Description
My personals dotfiles with any quirks, oddities, bugs, and man-eating errors I live with on a daily basis.
Languages
CSS
95.6%
Shell
1.9%
Ruby
1%
Lua
0.9%
JavaScript
0.4%
Other
0.1%