Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > f0e992196d50456f27aaa23dfa5cbb6f > files > 2

emacs-common-23.2-17.fc15.i686.rpm

;; .emacs

;;; uncomment this line to disable loading of "default.el" at startup
;; (setq inhibit-default-init t)

;; default to better frame titles
(setq frame-title-format
      (concat  "%b - emacs@" (system-name)))

;; default to unified diffs
(setq diff-switches "-u")

;; always end a file with a newline
;(setq require-final-newline 'query)

;;; uncomment for CJK utf-8 support for non-Asian users
;; (require 'un-define)