From 3d79fa00d6b902e462d2be00fc5cd4d84a3a3d14 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 19 Apr 2024 23:41:50 +0200 Subject: emacs-configuration: change text flow: enable wide lines --- systems/izumi/home-files/emacs-configuration.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systems/izumi/home-files/emacs-configuration.el b/systems/izumi/home-files/emacs-configuration.el index cf77f59..c899a02 100644 --- a/systems/izumi/home-files/emacs-configuration.el +++ b/systems/izumi/home-files/emacs-configuration.el @@ -5,8 +5,6 @@ ;;; Theme Activation (load-theme 'misterioso) -(setq-default truncate-lines t) - ;;; Disable Org Indent Mode (add-hook 'org-mode-hook (lambda () (org-indent-mode -1))) @@ -32,7 +30,7 @@ ;; Enable the column-80 line (setq-default display-fill-column-indicator-column 80 fill-column 80 - auto-fill-function 'do-auto-fill) + org-startup-truncated nil) (set-face-attribute 'fill-column-indicator nil :foreground "green") (global-display-fill-column-indicator-mode) -- cgit v1.2.3