feea864bc5
add emacs-xim-status-under-window-125413.patch - default diff to unified format in .emacs
19 lines
438 B
EmacsLisp
19 lines
438 B
EmacsLisp
;; .emacs
|
|
|
|
;;; uncomment this line to disable loading of "default.el" at startup
|
|
;; (setq inhibit-default-init t)
|
|
|
|
;; turn on font-lock mode
|
|
(when (fboundp 'global-font-lock-mode)
|
|
(global-font-lock-mode t))
|
|
|
|
;; enable visual feedback on selections
|
|
;(setq transient-mark-mode t)
|
|
|
|
;; default to better frame titles
|
|
(setq frame-title-format
|
|
(concat "%b - emacs@" system-name))
|
|
|
|
;; default to unified diffs
|
|
(setq diff-switches "-u")
|