comparison .emacs @ 73:0780445a0840

x
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 06 May 2020 14:22:48 +0100
parents 81ff28478276
children 8fb11e337e23
comparison
equal deleted inserted replaced
72:f1bf3effa893 73:0780445a0840
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) 19 (require 'server)
20 20
21 (unless (server-running-p) 21 (unless (server-running-p)
22 (server-start)) 22 (server-start))
23 (put 'narrow-to-region 'disabled nil)