From 510801b768ffffcbbd60e8f6ec1512b1679c78ac Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 2 Jan 2011 03:10:52 +0100 Subject: Replaced whitespace-mode with column-marker-mode, seems faster --- emacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs b/emacs index 30d5884..43ebf1d 100644 --- a/emacs +++ b/emacs @@ -11,6 +11,7 @@ (require 'tabbar) (require 'minimap) ;(require 'manage-org) +(require 'column-marker) ;; Auto complete (require 'auto-complete-config) @@ -54,6 +55,8 @@ ; autosave file location inhibit-default-init t) (setq-default indent-tabs-mode nil) ; spaces, no tabs +;;(setq whitespace-line-column 80) +;;(setq whitespace-style '(face lines)) (fset 'yes-or-no-p 'y-or-n-p) ; switch yes or no answers to y or n ; answers @@ -122,7 +125,8 @@ ;;; C (add-hook 'c-mode-hook (lambda () - (hs-minor-mode t))) + (hs-minor-mode t) + (column-marker-1 80))) ;;; CSS (add-hook 'css-mode-hook (lambda () -- cgit v1.2.3-54-g00ecf