summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
commit50f939c36fd4c81ea8d470ab0fcff9ae589923f9 (patch)
treeb08dc4d913c206fd71bc174283a1fbbc8251e7d8
parent8b9ecc45a5434df877e8b11ac55a24e7609f2efb (diff)
Adjust the column indicator to 80
-rw-r--r--emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.el b/emacs.el
index 697ff3e..b6e9fe1 100644
--- a/emacs.el
+++ b/emacs.el
@@ -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