Start emacs server on startup
This commit is contained in:
parent
f63514d736
commit
1a47c7c22d
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
|
@ -90,6 +90,9 @@
|
||||||
;; setup gdb
|
;; setup gdb
|
||||||
(require 'setup-gdb)
|
(require 'setup-gdb)
|
||||||
|
|
||||||
|
;; start emacs server
|
||||||
|
(server-start)
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue