From e4567610e9a1056838dd24fa80730848ee9240f4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 13:40:03 +0200 Subject: Move line truncation setting to init.org --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bbda377..99aafa3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,8 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq-default truncate-lines t) - (setq custom-file "~/.emacs.d/custom.el") (setq default-frame-alist `((border-width . 0) -- cgit v1.2.3-54-g00ecf