From 3acff166fb2254d09014113f964711d1e9a4594d Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 15 Oct 2024 14:16:40 +0200 Subject: [PATCH] base: Fix wrong comment --- .emacs.d/config/base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config/base.el b/.emacs.d/config/base.el index ab9148d..874e284 100644 --- a/.emacs.d/config/base.el +++ b/.emacs.d/config/base.el @@ -20,7 +20,7 @@ ;; syntax coloring (global-font-lock-mode t) -;; syntax coloring +;; show end of fill-column length (global-display-fill-column-indicator-mode t) ;; paren matching