Mercurial > hg > cc > cirrus_home
view .emacs @ 60:ff4e85d8ec31
switch for use on login server, invoke by hand with 0/1 as only cmd line arg
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 23 Apr 2020 17:25:25 +0100 |
parents | 81ff28478276 |
children | 0780445a0840 |
line wrap: on
line source
;; .emacs (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(diff-switches "-u") '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))) ;;; uncomment for CJK utf-8 support for non-Asian users ;; (require 'un-define) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; 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))