diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-misc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el index 46c8db8254b9..11ef17cc4f6c 100644 --- a/emacs/.emacs.d/wpc/wpc-misc.el +++ b/emacs/.emacs.d/wpc/wpc-misc.el @@ -303,7 +303,8 @@ (paradox-enable)) ;; Start the Emacs server -(server-start) +(when (not server-process) + (server-start)) (provide 'wpc-misc) ;;; wpc-misc.el ends here |