diff .emacs @ 47:81ff28478276

x
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 10 Apr 2020 18:22:24 +0100
parents 65a56c0d1c1f
children 0780445a0840
line wrap: on
line diff
--- 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))