From 1f3176e1c8a83f527905caedb16bc75f577ad228 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 17 Aug 2015 08:17:57 -0700 Subject: [emacs] don't highlight the code. --- emacs.d/init.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'emacs.d') diff --git a/emacs.d/init.el b/emacs.d/init.el index c57cb9a..83b622d 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -4,6 +4,9 @@ ;; show parenthesis (show-paren-mode +1) +;; no color +(global-font-lock-mode -1) + ;; and lose the stupid pipe chars on the split-screen bar (set-face-foreground 'vertical-border "white") (set-face-background 'vertical-border "white") @@ -16,9 +19,6 @@ (autoload 'ibuffer "ibuffer" "List buffers." t) -(require 'whitespace) -(global-whitespace-mode 1) - ;;; set some variables ;; add a new line at the end of the file (setq @@ -29,8 +29,7 @@ make-backup-files nil require-final-newline t tab-always-indent 'complete - vc-follow-symlinks t - whitespace-style '(face trailing tabs tab-mark)) + vc-follow-symlinks t) ;; twitter's default (setq-default -- cgit 1.4.1