Mercurial > hg > cc > cirrus_home
changeset 47:81ff28478276
x
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Fri, 10 Apr 2020 18:22:24 +0100 |
| parents | 2e5b3439a2ed |
| children | 307e0c44925a |
| files | .emacs |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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))
