From 5b26381f334cb51cdd6605ce00561a765d0e5ea7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 9 Oct 2012 02:29:35 +0900 Subject: [PATCH] add sexps about fci-mode, but now it is disabled --- emacs.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs.el b/emacs.el index e22913c..9fce05b 100644 --- a/emacs.el +++ b/emacs.el @@ -370,6 +370,13 @@ drill-instructor.el" ) (global-whitespace-mode t)) +(and nil + (dllib-if-unfound + "http://www.emacswiki.org/emacs/download/fill-column-indicator.el" + t) + (require 'fill-column-indicator nil t) + (setq fill-column-indicator)) + ;; highlight current line ;; http://wiki.riywo.com/index.php?Meadow (defface hlline-face