# HG changeset patch # User Oleksandr Gavenko # Date 1263850106 -7200 # Node ID 99a4fc940294791f82f19cac93e477a9329899a3 # Parent ef1c7269280f4bdcf85eaf1c6573924699d99511 Disallow creation of new lines when you press the "arrow-down key" at end of the buffer. diff -r ef1c7269280f -r 99a4fc940294 .emacs-my --- a/.emacs-my Mon Jan 18 23:17:52 2010 +0200 +++ b/.emacs-my Mon Jan 18 23:28:26 2010 +0200 @@ -640,6 +640,7 @@ (setq-default show-trailing-whitespace t) (setq-default indicate-empty-lines t) +(setq next-line-add-newlines nil) ;; ---------------------------------------------------------------------- ;; TODO, XXX, FIXME highlight.