diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 11:17:09 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 11:17:09 +0100 |
commit | c3ef1325630c4de1067bfc0fdbff3a36d8bd1d95 (patch) | |
tree | fa7672eb3693587113865dcef996769bfa748355 | |
parent | 6e6b275c8982856fcbfbf6c2e7ff28f8e34f02dd (diff) |
Emacs: enable a line at column 80
-rw-r--r-- | emacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -89,3 +89,7 @@ ;;; Startup Screen Inhibition (setq inhibit-startup-screen t) + +;; Enable the column-80 line +(global-display-fill-column-indicator-mode 1) +(setq-default display-fill-column-indicator-column 79) |