diff --git a/emacs.d/ui.el b/emacs.d/ui.el index d664efb..170e59c 100644 --- a/emacs.d/ui.el +++ b/emacs.d/ui.el @@ -22,6 +22,9 @@ (setopt show-trailing-whitespace t) (setopt indicate-buffer-boundaries 'left) +(setq-default truncate-lines t) +(setq truncate-partial-width-windows nil) + (setq confirm-nonexistent-file-or-buffer nil) (setq use-short-answers t)