From ad875ddb0dc561d37a4ca784827e104371737776 Mon Sep 17 00:00:00 2001 From: aristote Date: Wed, 13 Sep 2023 20:37:33 +0200 Subject: home: emacs: truncate lines --- modules/home-manager/personal/dotfiles/spacemacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/personal/dotfiles/spacemacs.el b/modules/home-manager/personal/dotfiles/spacemacs.el index ee148cf..cdb2bbb 100644 --- a/modules/home-manager/personal/dotfiles/spacemacs.el +++ b/modules/home-manager/personal/dotfiles/spacemacs.el @@ -609,6 +609,9 @@ before packages are loaded." ;; restrict which warnings are shown '(warning-minimum-level :emergency) + + ;; truncate all lines + '(truncate-lines nil) ) ;; auto-completion -- cgit v1.2.3