chiark / gitweb /
dot/emacs: Move the cursor properly.
[profile] / dot / emacs
index 370cfeefca76b75202f1c4d134f4a3e0dceaee88..d67444e6aebb2f1cbfd804dc507a41ad6bde6ce3 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)