diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/izumi/home-files/emacs-configuration.el | 8 |
1 files changed, 4 insertions, 4 deletions
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 |