summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-12 12:47:54 -0600
committerCase Duckworth2021-03-12 12:47:54 -0600
commit31b395344cfff356dcf933136475c08fe417f2b3 (patch)
treeb70162afb0dcf9eededd22f66751c111521cc5bb /init.el
parentConfigure `simple-modeline' (diff)
downloademacs-31b395344cfff356dcf933136475c08fe417f2b3.tar.gz
emacs-31b395344cfff356dcf933136475c08fe417f2b3.zip
Toggle `truncate-lines' and fix parens
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