Emacs: edit server
This commit is contained in:
parent
86fe36e3a2
commit
5b2f17eb57
1 changed files with 5 additions and 0 deletions
|
@ -1198,3 +1198,8 @@
|
||||||
telephone-line-primary-right-separator 'telephone-line-cubed-right
|
telephone-line-primary-right-separator 'telephone-line-cubed-right
|
||||||
telephone-line-secondary-right-separator 'telephone-line-cubed-hollow-right)
|
telephone-line-secondary-right-separator 'telephone-line-cubed-hollow-right)
|
||||||
(telephone-line-mode 1))
|
(telephone-line-mode 1))
|
||||||
|
|
||||||
|
;; edit-server
|
||||||
|
(use-package edit-server
|
||||||
|
:init (edit-server-start))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue