Emacs: don't wrap long lines
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M user/emacs/init.el → 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 ()