diff options
author | Alan Pearce | 2017-05-23 10:27:29 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-23 10:27:29 +0200 |
commit | 0b7675b33faefe7463ca61048e7e4ebd35e54157 (patch) | |
tree | be3f87b3132cfdb792ddbdc6fe84fd45bafaae20 /emacs | |
parent | 0932ad09f394290acf40c3dfffbcd1f61821b16b (diff) | |
download | nixfiles-0b7675b33faefe7463ca61048e7e4ebd35e54157.tar.lz nixfiles-0b7675b33faefe7463ca61048e7e4ebd35e54157.tar.zst nixfiles-0b7675b33faefe7463ca61048e7e4ebd35e54157.zip |
Emacs: Truncate lines instead of wrapping
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 2163361f..a8f9dc05 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -2402,7 +2402,8 @@ Emacs has an editor within. (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil) (setq sentence-end-double-space t - line-move-visual nil) + line-move-visual nil + truncate-lines t) #+END_SRC ** align |