diff options
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 () |