mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Start server by default
This commit is contained in:
parent
3a64b8a825
commit
5e05a6b373
4
init.org
4
init.org
@ -132,7 +132,9 @@
|
|||||||
(lambda ()
|
(lambda ()
|
||||||
(let ((private-file (concat user-emacs-directory "private.el")))
|
(let ((private-file (concat user-emacs-directory "private.el")))
|
||||||
(when (file-exists-p private-file)
|
(when (file-exists-p private-file)
|
||||||
(load-file private-file)))))
|
(load-file private-file))
|
||||||
|
(server-start))))
|
||||||
|
#+END_SRC
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Packages
|
** Packages
|
||||||
|
Loading…
Reference in New Issue
Block a user