Emacs: Disable whitespace-mode by default

master
Pierre Neidhardt 2014-08-14 18:11:49 +02:00
parent 130e73513a
commit ee6e93b50b
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@
'prog-mode-hook
(lambda ()
(page-number-mode t)
(whitespace-mode)))
;; (whitespace-mode) ; This mode is very performance hungry.
))
(define-key my-keys-minor-mode-map (kbd "C-<f7>") 'whitespace-mode)
;; WARNING: this can break some configuration files needing whitespaces at the