X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=emacs-custom.el;h=9044c9c14a9532878781bb3bcd001b4fe04f7e40;hb=fb90d49978d6f813ec82d1764dca038a116d2afc;hp=b2e8f394bb32c14df1b69ee97cbb6a230616008e;hpb=5d4ea915eafc5e74eef8432b55cb32db958d79be;p=emacs-init.git diff --git a/emacs-custom.el b/emacs-custom.el index b2e8f39..9044c9c 100644 --- a/emacs-custom.el +++ b/emacs-custom.el @@ -30,7 +30,7 @@ '(global-auto-revert-mode nil) '(global-highlight-changes-mode t) '(global-subword-mode t) - '(global-visual-line-mode t) + '(global-visual-line-mode nil) '(global-whitespace-mode nil) '(highlight-changes-colors nil) '(highlight-changes-face-list nil) @@ -43,6 +43,7 @@ '(ispell-dictionary "deutsch8") '(ispell-extra-args (quote ("--sug-mode=ultra"))) '(ispell-program-name "c:/cygwin/bin/aspell.exe") + '(line-move-visual nil) '(ls-lisp-dirs-first t) '(nxml-child-indent 4) '(nxml-where-global-mode nil)