Start emacs server
This commit is contained in:
parent
9608eb5ac9
commit
5e37f3e653
1 changed files with 9 additions and 0 deletions
|
|
@ -836,6 +836,15 @@ https://github.com/abo-abo/avy
|
|||
(global-subword-mode 1)
|
||||
#+END_SRC
|
||||
|
||||
* Server
|
||||
|
||||
Emacs as a server.
|
||||
Emacsclient will then use this emacs as its server.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(server-start)
|
||||
#+END_SRC
|
||||
|
||||
* Old stuff, maybe usefull for lookup later
|
||||
|
||||
** Diff mode stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue