mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Don't turn on global whitespace-mode
It's already turned on within each mode I care about.
This commit is contained in:
@@ -125,7 +125,6 @@
|
||||
uniquify-ignore-buffers-re "^\\*") ; don't muck with special buffers
|
||||
|
||||
;; Display whitespace characters globally
|
||||
(global-whitespace-mode t)
|
||||
(diminish 'whitespace-mode)
|
||||
(diminish 'global-whitespace-mode)
|
||||
(setq whitespace-line-column 80)
|
||||
|
||||
Reference in New Issue
Block a user