From: alex Date: Sat, 29 Mar 2025 10:59:08 +0000 (+0100) Subject: Comment column-number-mode X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=0afbb35895c0d2bd36c083f19bd3ffef5ef2ee16;p=alex.git Comment column-number-mode --- diff --git a/emacs/emacs.el b/emacs/emacs.el index f365704..2d62c39 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -3,7 +3,7 @@ ;; Nicer defaults (setq compilation-scroll-output t) -(setq column-number-mode t) +(setq column-number-mode t) ; in the mode line (setq-default show-trailing-whitespace t) (setq org-startup-folded t) (xterm-mouse-mode 1)