X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=emacs-custom.el;h=9044c9c14a9532878781bb3bcd001b4fe04f7e40;hb=9f7c3774ee03d410d968cd9e5470fdcd1cd2b213;hp=b2e8f394bb32c14df1b69ee97cbb6a230616008e;hpb=49eeb0a7e60d562a3daac1906a4fb2aed21ab831;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)