# HG changeset patch # User Henry S. Thompson # Date 1586539344 -3600 # Node ID 81ff28478276eb53d666cef9f5f0d7ce41ed9f4b # Parent 2e5b3439a2ed9afb45f690f9c2c118b189f86b2a x diff -r 2e5b3439a2ed -r 81ff28478276 .emacs --- a/.emacs Wed Apr 08 14:11:04 2020 +0100 +++ b/.emacs Fri Apr 10 18:22:24 2020 +0100 @@ -16,3 +16,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :slant normal :weight normal :height 98 :width normal))))) +(require 'server) + +(unless (server-running-p) + (server-start))