From 09c670cff5d159270eb1e21cb10da22e52d60d65 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 4 Mar 2024 11:12:56 +0100 Subject: Improve content width handling in Emacs --- systems/izumi/home-files/emacs-configuration.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'systems/izumi/home-files') diff --git a/systems/izumi/home-files/emacs-configuration.el b/systems/izumi/home-files/emacs-configuration.el index b777cf1..6be9834 100644 --- a/systems/izumi/home-files/emacs-configuration.el +++ b/systems/izumi/home-files/emacs-configuration.el @@ -30,13 +30,13 @@ (setq-default inhibit-startup-screen t) ;; Enable the column-80 line -(setq-default display-fill-column-indicator 1 - display-fill-column-indicator-column t - fill-column 80) +(setq-default display-fill-column-indicator-column 70 + fill-column 80 + auto-fill-function 'do-auto-fill) (global-display-fill-column-indicator-mode) ;;; Enable Org Modern Style -;(with-eval-after-load 'org (global-org-modern-mode)) + ;(with-eval-after-load 'org (global-org-modern-mode)) ;; Prepare Literate Programming (setq-default -- cgit v1.2.3