Revert "[emacs] Configure whitespace-mode to highlight long lines"

This reverts commit 70ab7de682.

Conflicts:
	.emacs.d/init.el
This commit is contained in:
Correl Roush 2013-08-07 13:03:22 -04:00
parent 8bc1cf889e
commit e4da12baf0

View file

@ -19,13 +19,6 @@
(require 'auto-complete-config) (require 'auto-complete-config)
(ac-config-default) (ac-config-default)
;; Whitespace
(require 'whitespace)
(setq whitespace-line-column 80) ;; limit line length
(setq whitespace-style '(face lines-tail))
(global-whitespace-mode +1)
;; Smex ;; Smex
(global-set-key (kbd "M-x") 'smex) (global-set-key (kbd "M-x") 'smex)
(global-set-key (kbd "M-X") 'smex-major-mode-commands) (global-set-key (kbd "M-X") 'smex-major-mode-commands)