.emacs-my
changeset 174 87a5496d252c
parent 173 04b974b118c2
child 175 a505ab71060a
--- 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)