Skip to content

Commit

Permalink
Add documentation about specify socket server for client
Browse files Browse the repository at this point in the history
  • Loading branch information
razum2um authored and CodingSolo committed Oct 29, 2018
1 parent f34918d commit d2fb30e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -3366,7 +3366,8 @@ your Emacs windows.
** Connecting to the Emacs server
You can open a file in Emacs from the terminal using =emacsclient=. Use
=emacsclient -c= to open the file in Emacs GUI. Use =emacsclient -t= to open the
file in Emacs within the terminal.
file in Emacs within the terminal. If you set Emacs server socket by setting =dotspacemacs-server-socket-dir=,
then pass its location as =-s ~/.emacs.d/server/server= additionally.

If you want your Linux/OS X system to use Emacs by default for any prompt, you
need to set it in your shell configuration, e.g. =~/.bashrc= or =~/.zshrc=:
Expand Down

0 comments on commit d2fb30e

Please sign in to comment.