From 0d31e467232f91ecc401b84f0c656cb30eadcce9 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 10 May 2023 11:31:52 +0200 Subject: [PATCH] base: Enable fill column indicator --- .emacs.d/config/base.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/config/base.el b/.emacs.d/config/base.el index 7506051..a42555c 100644 --- a/.emacs.d/config/base.el +++ b/.emacs.d/config/base.el @@ -20,6 +20,9 @@ ;; syntax coloring (global-font-lock-mode t) +;; syntax coloring +(global-display-fill-column-indicator-mode t) + ;; paren matching (show-paren-mode t)