summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-25 10:51:25 -0500
committerCase Duckworth2021-03-25 10:51:25 -0500
commitaaf9a2d6dc5b8d2b4c5637425dc7b67ccb692f79 (patch)
tree6c905bfd3c7cdaead22358455a6467c977f09a3e
parentChange `exec-path' (diff)
downloademacs-aaf9a2d6dc5b8d2b4c5637425dc7b67ccb692f79.tar.gz
emacs-aaf9a2d6dc5b8d2b4c5637425dc7b67ccb692f79.zip
Truncate lines
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 2422c97..5acea1a 100644 --- a/init.el +++ b/init.el
@@ -42,7 +42,7 @@
42;; I don't want `visual-line-mode', because I really only want to wrap and 42;; I don't want `visual-line-mode', because I really only want to wrap and
43;; truncate lines. Believe me, I know what I'm doing. 43;; truncate lines. Believe me, I know what I'm doing.
44(acdw/set '((word-wrap t) 44(acdw/set '((word-wrap t)
45 (truncate-lines nil))) 45 (truncate-lines t)))
46 46
47;; Whitespace 47;; Whitespace
48(acdw/set '((whitespace-style 48(acdw/set '((whitespace-style