From 78afc078ff26793a208fd2221226a5586cda6937 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Mon, 23 Sep 2024 16:35:04 +0200 Subject: [PATCH] GENERAL: Enable column numbers --- config_new.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_new.org b/config_new.org index 74af99d..4f8f1e8 100644 --- a/config_new.org +++ b/config_new.org @@ -57,6 +57,12 @@ * General config +** Enable column numbers + +#+BEGIN_SRC emacs-lisp +(setq column-number-mode 1) +#+END_SRC + ** Delete trailing whitespaces #+BEGIN_SRC emacs-lisp