Mercurial > hg > cc > cirrus_home
comparison .emacs @ 83:8fb11e337e23
environment improvements
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 14 Mar 2021 21:25:01 +0000 |
parents | 0780445a0840 |
children |
comparison
equal
deleted
inserted
replaced
82:6304d5c46229 | 83:8fb11e337e23 |
---|---|
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) | 23 (put 'narrow-to-region 'disabled nil) |
24 (setq load-home-init-file t) ; don't load init file from ~/.xemacs/init.el |