summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index d945e4c..33cda1c 100644 --- a/init.el +++ b/init.el
@@ -43,8 +43,8 @@
43 43
44;; I don't want `visual-line-mode', because I really only want to wrap and 44;; I don't want `visual-line-mode', because I really only want to wrap and
45;; truncate lines. Believe me, I know what I'm doing. 45;; truncate lines. Believe me, I know what I'm doing.
46(acdw/set '((word-wrap t 46(acdw/set '((word-wrap t)
47 truncate-lines nil))) 47 (truncate-lines t)))
48 48
49;; Whitespace 49;; Whitespace
50(acdw/set '((whitespace-style 50(acdw/set '((whitespace-style