diff options
author | Alan Pearce | 2023-02-25 13:40:55 +0100 |
---|---|---|
committer | Alan Pearce | 2023-02-25 14:13:37 +0100 |
commit | 8c625af8ccbebbae70e6a3288933c9aa3f542cbc (patch) | |
tree | 4730692ab695e0e8defe4a83bf40518adbb54bcb /user | |
parent | b1070a8d6ac40a6db26e50e815fd33b02dd83cce (diff) | |
download | nixfiles-8c625af8ccbebbae70e6a3288933c9aa3f542cbc.tar.lz nixfiles-8c625af8ccbebbae70e6a3288933c9aa3f542cbc.tar.zst nixfiles-8c625af8ccbebbae70e6a3288933c9aa3f542cbc.zip |
Emacs: don't wrap long lines
Diffstat (limited to 'user')
-rw-r--r-- | user/emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index ed94d135..6e7c10f3 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -53,6 +53,8 @@ ;; I prefer an always-visible cursor. Feels less distracting. (blink-cursor-mode -1) +(setq-default truncate-lines t) + ;; Ring the bell sometimes, but not so often (setq ring-bell-function (lambda () |