diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-10-30 11:38:17 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-10-30 11:38:17 +0100 |
commit | 2fee6e8bb2df2f4794bc200e52b033b9abe78529 (patch) | |
tree | f4cc7dc42f499c4e886b92099e96bfcc3ec62f3b /emacs.el | |
parent | e9adaef72d6e31cc058be1c4c68877e5fa711996 (diff) |
Emacs: enable a line at column 80
Diffstat (limited to 'emacs.el')
-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) |