diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/personal/dotfiles/spacemacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
