From 13d50a934aaf8ac979613efd0aafa0e2980408c9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Oct 2011 11:14:37 +0100 Subject: [PATCH] updated fci-mode settings --- custom-variables.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index d3728e9..4d8f11e 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -26,9 +26,11 @@ '(elscreen-display-tab t) '(elscreen-tab-display-control t) '(elscreen-tab-display-kill-screen nil) + '(escreen-number-mode t) + '(fci-handle-truncate-lines nil) '(fci-rule-color "#593B38") '(fci-rule-width 1) - '(fill-column 80) + '(fill-column 78) '(global-auto-revert-mode t) '(global-undo-tree-mode t) '(history-length 500)