diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-01-07 15:04:21 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-01-07 15:04:21 +0100 |
commit | 83894ab2da07c4a84a7acce3122e86bd6566904e (patch) | |
tree | 92d7f79156b5a210a4a0cc34c5ca18618a2f2c49 | |
parent | fa4669a6ca3280682cc6d8db0b0696c705844d0c (diff) |
Adjust the column indicator to 80
-rw-r--r-- | emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ ;; Enable the column-80 line (setq-default display-fill-column-indicator 1 - display-fill-column-indicator-column 79) + display-fill-column-indicator-column 80) (global-display-fill-column-indicator-mode) ;; Prepare Literate Programming |