this thing might have been breaking this
This commit is contained in:
parent
5eb42132aa
commit
f6c61dd055
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ kept-old-versions 5)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(if (eq system-type 'windows-nt)
|
(if (eq system-type 'windows-nt)
|
||||||
(setq server-socket-dir "~/.emacs.d/server"))
|
(setq server-socket-dir "~/.emacs.d/server"))
|
||||||
(server-start)
|
;; (server-start)
|
||||||
#+end_src
|
#+end_src
|
||||||
* Keys
|
* Keys
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue