(transient-mark-mode t)
一つの文が1行に収まりきらずに複数行表示される状況で、C-p(previous-line), C-n(next-line)を実行するとき、改行を跨ぐようにする。
(setq line-move-visual nil)