Mercurial > hg > cc > cirrus_home
annotate .emacs @ 165:e7fcae59c735
symlink to dir does't work
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Mon, 18 Jul 2022 18:40:12 +0100 |
parents | 8fb11e337e23 |
children |
rev | line source |
---|---|
0 | 1 ;; .emacs |
2 | |
3 (custom-set-variables | |
4 ;; custom-set-variables was added by Custom. | |
5 ;; If you edit it by hand, you could mess it up, so be careful. | |
6 ;; Your init file should contain only one such instance. | |
7 ;; If there is more than one, they won't work right. | |
8 '(diff-switches "-u") | |
9 '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))) | |
10 | |
11 ;;; uncomment for CJK utf-8 support for non-Asian users | |
12 ;; (require 'un-define) | |
13 (custom-set-faces | |
14 ;; custom-set-faces was added by Custom. | |
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. | |
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))))) | |
47 | 19 (require 'server) |
20 | |
21 (unless (server-running-p) | |
22 (server-start)) | |
73 | 23 (put 'narrow-to-region 'disabled nil) |
83
8fb11e337e23
environment improvements
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
73
diff
changeset
|
24 (setq load-home-init-file t) ; don't load init file from ~/.xemacs/init.el |