.emacs-my
changeset 251 99a4fc940294
parent 250 ef1c7269280f
child 252 330b4cdfaddf
equal deleted inserted replaced
250:ef1c7269280f 251:99a4fc940294
   638 ;; ======================================================================
   638 ;; ======================================================================
   639 ;; whitespace
   639 ;; whitespace
   640 
   640 
   641 (setq-default show-trailing-whitespace t)
   641 (setq-default show-trailing-whitespace t)
   642 (setq-default indicate-empty-lines t)
   642 (setq-default indicate-empty-lines t)
       
   643 (setq next-line-add-newlines nil)
   643 
   644 
   644 ;; ----------------------------------------------------------------------
   645 ;; ----------------------------------------------------------------------
   645 ;; TODO, XXX, FIXME highlight.
   646 ;; TODO, XXX, FIXME highlight.
   646 ;; Show blanks and FIXME
   647 ;; Show blanks and FIXME
   647 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule
   648 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule