# HG changeset patch # User Oleksandr Gavenko # Date 1254403523 -10800 # Node ID 87a5496d252c018a68e699ec7c6e2b0ec3d3025c # Parent 04b974b118c23e1036fa99974b392c4523a38451 Added require-final-newline mention. diff -r 04b974b118c2 -r 87a5496d252c .emacs-my --- a/.emacs-my Thu Oct 01 16:10:54 2009 +0300 +++ b/.emacs-my Thu Oct 01 16:25:23 2009 +0300 @@ -81,6 +81,9 @@ (setq frame-title-format "Emacs - %b") +;; Always end a file with a newline. +;; (setq require-final-newline t) + ;; ---------------------------------------------------------------------- ;; Switching, creating, selecting buffers. (iswitchb-mode 1)