Use old behavior for line motion

 

File modified: lisp/emacs.d/ivan-var.el

Change324 at Thu Jul 22 18:23:54 2010 +0200 by bob

diff -r 7827aa1ec4ac -r 4bd86fef81cc lisp/emacs.d/ivan-var.el
--- a/lisp/emacs.d/ivan-var.el	Tue Jul 20 09:00:19 2010 +0200
+++ b/lisp/emacs.d/ivan-var.el	Thu Jul 22 18:23:54 2010 +0200
@@ -132,9 +132,13 @@
  ;; Display line number on the status
  line-number-mode t
 
+ ;; Old line motion behavior
+ line-move-visual nil
+
  ;; make the manpage the current buffer in the current window
  Man-notify-method 'pushy
 
+ ;; mouse yank commands yank at point instead of at click
  mouse-yank-at-point t
 
  ;; Tack newline at end of file


back