Mercurial > hg > cc > cirrus_home
comparison .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 |
comparison
equal
deleted
inserted
replaced
46:2e5b3439a2ed | 47:81ff28478276 |
---|---|
14 ;; custom-set-faces was added by Custom. | 14 ;; custom-set-faces was added by Custom. |
15 ;; If you edit it by hand, you could mess it up, so be careful. | 15 ;; If you edit it by hand, you could mess it up, so be careful. |
16 ;; Your init file should contain only one such instance. | 16 ;; Your init file should contain only one such instance. |
17 ;; If there is more than one, they won't work right. | 17 ;; If there is more than one, they won't work right. |
18 '(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :slant normal :weight normal :height 98 :width normal))))) | 18 '(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :slant normal :weight normal :height 98 :width normal))))) |
19 (require 'server) | |
20 | |
21 (unless (server-running-p) | |
22 (server-start)) |