No longer wrap by default

This commit is contained in:
Henrik Lissner 2016-03-31 03:22:03 -04:00
parent a1bc073920
commit 94525b779f
2 changed files with 2 additions and 14 deletions

View file

@ -117,8 +117,8 @@ enable multiple minor modes for the same regexp.")
electric-indent-functions)
;;
;; (global-whitespace-mode -1) ; Show whitespace
(global-visual-line-mode 1) ; wrap buffers
;;(global-whitespace-mode -1) ; Show whitespace
;;(global-visual-line-mode -1) ; wrap buffers
(global-auto-revert-mode 1) ; revert buffers for changed files
;; Enable syntax highlighting for older emacs
(unless (bound-and-true-p global-font-lock-mode)