From 7773ecf6ed9419be33d35e21ea98bf8b0aa6edc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 14 Dec 2009 17:26:26 +0100 Subject: Wrap long lines also in horiz. split windows --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index b8d8374..fe6aae6 100644 --- a/.emacs +++ b/.emacs @@ -1,5 +1,8 @@ (add-to-list 'load-path "~/.emacs.d") +;; wrap long lines +(setq truncate-partial-width-windows nil) + ;; line numbering (global-linum-mode 1) (setq linum-format "%4d ") -- cgit v1.2.3