dot/emacs: Move the cursor properly.
[profile] / dot / emacs
index 370cfee..d67444e 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq-default comment-column 40)       ;Set a standard comment column
 (setq-default truncate-partial-width-windows nil
              truncate-lines t)
+(setq line-move-visual t
+      visual-order-cursor-movement t)
 (setq default-indicate-empty-lines t)
 (setq view-read-only t)
 (setq-default view-exit-action #'kill-buffer)